public interface SelectionOperator
| Modifier and Type | Method and Description |
|---|---|
EvolutionaryAlgorithm |
getTrainer() |
int |
performAntiSelection(java.util.Random rnd,
Species species)
Selects an unfit genome.
|
int |
performSelection(java.util.Random rnd,
Species species)
Selects an fit genome.
|
int performSelection(java.util.Random rnd,
Species species)
rnd - A random number generator.species - The species to select the genome from.int performAntiSelection(java.util.Random rnd,
Species species)
rnd - A random number generator.species - The species to select the genome from.EvolutionaryAlgorithm getTrainer()