| Class | Description |
|---|---|
| BestSolutionSelection<S> |
This class implements a selection operator used for selecting the best solution
in a list according to a given comparator.
|
| BinaryTournamentSelection<S extends Solution<?>> |
Applies a binary tournament selection to return the best solution between two that have been
chosen at random from a solution list.
|
| DifferentialEvolutionSelection |
Class implementing the selection operator used in DE: three different solutions
are returned from a population.
|
| NaryRandomSelection<S> |
This class implements a random selection operator used for selecting a N number of solutions from
a list
|
| NaryTournamentSelection<S extends Solution<?>> |
Applies a N-ary tournament selection to return the best solution between N that have been
chosen at random from a solution list.
|
| RandomSelection<S> |
This class implements a random selection operator used for selecting a N number of solutions from
a list
|
| RankingAndCrowdingSelection<S extends Solution<?>> |
This class implements a selection for selecting a number of solutions from
a solution list.
|
| RankingAndPreferenceSelection<S extends Solution<?>> | |
| TournamentSelection<S extends Solution<?>> |
Copyright © 2018. All rights reserved.