| Class | Description |
|---|---|
| EvolutionaryStrategy |
This class specifies the characteristics of an evolutionary strategy.
|
| MuPlusLambda |
(μ + λ)-ES
This strategy selects the μ fittest chromosomes from the population. |
| TournamentSelection |
Tournament selection
This strategy generates a new population by selecting a specified number of chromosomes from the original population and selecting the fittest out of the isolated subset (the tournament). |