See: Description
| Interface | Description |
|---|---|
| ElementComparator<V> |
Defines the order of two elements of a given vector type
V. |
| ElementDistance<V> |
Defines the distance of two elements of a given vector type
V. |
| Vec<T> |
The
Vec interface represents the fitness result of a multi-objective
fitness function. |
| Class | Description |
|---|---|
| MOEA |
Collectors for collecting final pareto-set for multi-objective
optimization.
|
| NSGA2Selector<G extends Gene<?,G>,C extends Comparable<? super C>> |
This selector selects the first
count elements of the population,
which has been sorted by the Crowded-Comparison Operator, as
described in
A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II |
| Pareto |
Low-level utility methods for doing pareto-optimal calculations.
|
| ParetoFront<T> |
This class only contains non-dominate (Pareto-optimal) elements according to
a given dominance measure.
|
| UFTournamentSelector<G extends Gene<?,G>,C extends Comparable<? super C>> |
Unique fitness based tournament selection.
|
© 2007-2018 Franz Wilhelmstötter (2018-10-28 17:23)