|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.neural.neat.training.opp.links.SelectFixed
public class SelectFixed
Select a fixed number of link genes. If the genome does not have enough links to select the specified count, then all genes will be returned. ----------------------------------------------------------------------------- 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
Constructor Summary | |
---|---|
SelectFixed(int theLinkCount)
Construct a fixed count link selector. |
Method Summary | |
---|---|
EvolutionaryAlgorithm |
getTrainer()
|
void |
init(EvolutionaryAlgorithm theTrainer)
Setup the selector. |
List<NEATLinkGene> |
selectLinks(Random rnd,
NEATGenome genome)
Select links from the specified genome. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SelectFixed(int theLinkCount)
theLinkCount
- The number of links to select.Method Detail |
---|
public EvolutionaryAlgorithm getTrainer()
getTrainer
in interface SelectLinks
public void init(EvolutionaryAlgorithm theTrainer)
init
in interface SelectLinks
theTrainer
- The trainer.public List<NEATLinkGene> selectLinks(Random rnd, NEATGenome genome)
selectLinks
in interface SelectLinks
rnd
- A random number generator.genome
- The genome to select from.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |