public interface SelectLinks
| Modifier and Type | Method and Description |
|---|---|
EvolutionaryAlgorithm |
getTrainer() |
void |
init(EvolutionaryAlgorithm theTrainer)
Setup the selector.
|
java.util.List<NEATLinkGene> |
selectLinks(java.util.Random rnd,
NEATGenome genome)
Select links from the specified genome.
|
EvolutionaryAlgorithm getTrainer()
void init(EvolutionaryAlgorithm theTrainer)
theTrainer - The trainer.java.util.List<NEATLinkGene> selectLinks(java.util.Random rnd, NEATGenome genome)
rnd - A random number generator.genome - The genome to select from.