|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectLinks
This interface defines ways that NEAT links can be chosen for mutation. ----------------------------------------------------------------------------- http://www.cs.ucf.edu/~kstanley/ Encog's NEAT implementation was drawn from the following three Journal Articles. For more complete BibTeX sources, see NEATNetwork.java. Evolving Neural Networks Through Augmenting Topologies Generating Large-Scale Neural Networks Through Discovering Geometric Regularities Automatic feature selection in neuroevolution
Method Summary | |
---|---|
EvolutionaryAlgorithm |
getTrainer()
|
void |
init(EvolutionaryAlgorithm theTrainer)
Setup the selector. |
List<NEATLinkGene> |
selectLinks(Random rnd,
NEATGenome genome)
Select links from the specified genome. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |