| Interface | Description |
|---|---|
| Selection |
The Selection interface for implementation of various selection methods.
|
| Class | Description |
|---|---|
| DecimationSelection |
Decimation Selection is used to chop the seed population, if it is larger than
the set population size.
|
| NoSelection |
All parents are selected into the next geneneration, i.e., there is no
selection pressure (JEvolution native selection).
|
| TournamentSelection |