org.uma.jmetal:jmetal-exec

Runners classes

License

License

GroupId

GroupId

org.uma.jmetal
ArtifactId

ArtifactId

jmetal-exec
Last Version

Last Version

5.9
Release Date

Release Date

Type

Type

jar
Description

Description

org.uma.jmetal:jmetal-exec
Runners classes

Download jmetal-exec

How to add to project

<!-- https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-exec/ -->
<dependency>
    <groupId>org.uma.jmetal</groupId>
    <artifactId>jmetal-exec</artifactId>
    <version>5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-exec/
implementation 'org.uma.jmetal:jmetal-exec:5.9'
// https://jarcasting.com/artifacts/org.uma.jmetal/jmetal-exec/
implementation ("org.uma.jmetal:jmetal-exec:5.9")
'org.uma.jmetal:jmetal-exec:jar:5.9'
<dependency org="org.uma.jmetal" name="jmetal-exec" rev="5.9">
  <artifact name="jmetal-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uma.jmetal', module='jmetal-exec', version='5.9')
)
libraryDependencies += "org.uma.jmetal" % "jmetal-exec" % "5.9"
[org.uma.jmetal/jmetal-exec "5.9"]

Dependencies

compile (4)

Group / Artifact Type Version
org.uma.jmetal : jmetal-core jar 5.9
org.uma.jmetal : jmetal-algorithm jar 5.9
org.uma.jmetal : jmetal-problem jar 5.9
org.knowm.xchart : xchart jar 3.2.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

jMetal project Web site

Build Status Documentation Status

jMetal is a Java-based framework for multi-objective optimization with metaheuristics. The current stable version is 5.10 (https://github.com/jMetal/jMetal/tree/jmetal-5.10), which is based on the description of jMetal 5 included in the paper "Redesigning the jMetal Multi-Objective Optimization Framework" (http://dx.doi.org/10.1145/2739482.2768462), presented at GECCO 2015.

The current development version (5.11-SNAPSHOT) is a Maven project structured in seven subprojects:

Sub-project Contents
jmetal-core Core classes
jmetal-solution Solution encodings
jmetal-algorithm Algorithm implementations
jmetal-problem Benchmark problems
jmetal-example Examples
jmetal-lab Experimentation and visualization
jmetal-experimental New features in development
jmetal-parallel Parallel extensions

The most recent documentation is hosted in https://jmetal.readthedocs.io (the old documentation site is located in https://github.com/jMetal/jMetalDocumentation).

Comments and suggestions are very welcome.

Changelog

  • [10/1/2020] Added the problems described in: Ryoji Tanabe and Hisao Ishibuchi: An Easy-to-use Real-world Multi-objective Optimization Problem Suite. Applied Soft Computing, V.89, April 2020. DOI.
  • [9/14/2020] New jmetal-auto sub-module. It contains asynchronous versions of a genetic algorithm and NSGA-II, and a synchronous evaluator based on Apache Spark.
  • [7/23/2020] The former jmetal-auto sub-project and the stuff related to using a component-based evolutionary template have been moved to a new sub-project called jmetal-experimental, which is intended to explore new features that can be consolidated in the project in the future.
  • [7/21/2020] jMetal 5.10 has been released.
  • [7/15/2020] Automatic generation of HTML pages. summarizing the results of experimental studies. Contributed by Javier Pérez Abad.
  • [7/14/2020] New experiment component: GenerateFriedmanHolmTestTables. Contributed by Javier Pérez Abad.
  • [3/19/2020] New quality indicator: NormalizedHypervolume.
  • [3/19/2020] The jMetal project adopts Java 11.
  • [2/11/2020] All the files containing Pareto front approximations and weight vectors have been moved to the resources folder, located in root project directory.
org.uma.jmetal

Versions

Version
5.9
5.7
5.6
5.5.3
5.5.2
5.5.1
5.5
5.4
5.3
5.2
5.1
5.0
5.0-Beta-34
5.0-Beta-33
5.0-Beta-32
5.0-Beta-31
5.0-Beta-29
5.0-Beta-28
5.0-Beta-26
5.0-Beta-25
5.0-Beta-24