org.encog.neural.neat.training.opp.links
public interface SelectLinks
Modifier and Type | Method and Description |
---|---|
EvolutionaryAlgorithm |
getTrainer() |
void |
init(EvolutionaryAlgorithm theTrainer)
Setup the selector.
|
List<NEATLinkGene> |
selectLinks(Random rnd,
NEATGenome genome)
Select links from the specified genome.
|
EvolutionaryAlgorithm getTrainer()
void init(EvolutionaryAlgorithm theTrainer)
theTrainer
- The trainer.List<NEATLinkGene> selectLinks(Random rnd, NEATGenome genome)
rnd
- A random number generator.genome
- The genome to select from.Copyright © 2014. All Rights Reserved.