| Class | Description |
|---|---|
| BinaryTournamentSelection | |
| DifferentialEvolutionSelection |
Class implementing the selection operator used in DE: three different solutions
are returned from a population.
|
| NaryTournamentSelection | |
| RandomSelection |
This class implements a random selection operator used for selecting a N number of solutions from
a list
|
| RankingAndCrowdingSelection |
This class implements a selection for selecting a number of solutions from
a solution list.
|
| TournamentSelection |
Copyright © 2015. All rights reserved.