org.encog.ml.ea.opp.selection
public interface SelectionOperator
Modifier and Type | Method and Description |
---|---|
EvolutionaryAlgorithm |
getTrainer() |
int |
performAntiSelection(Random rnd,
Species species)
Selects an unfit genome.
|
int |
performSelection(Random rnd,
Species species)
Selects an fit genome.
|
int performSelection(Random rnd, Species species)
rnd
- A random number generator.species
- The species to select the genome from.int performAntiSelection(Random rnd, Species species)
rnd
- A random number generator.species
- The species to select the genome from.EvolutionaryAlgorithm getTrainer()
Copyright © 2014. All Rights Reserved.