|
||||||||||
| 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.SelectProportion
public class SelectProportion
Select a random proportion of links to mutate. ----------------------------------------------------------------------------- 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 | |
|---|---|
SelectProportion(double theProportion)
Select based on proportion. |
|
| 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 SelectProportion(double theProportion)
theProportion - The proportion to select from.| Method Detail |
|---|
public void init(EvolutionaryAlgorithm theTrainer)
init in interface SelectLinkstheTrainer - The trainer.
public List<NEATLinkGene> selectLinks(Random rnd,
NEATGenome genome)
selectLinks in interface SelectLinksrnd - A random number generator.genome - The genome to select from.
public EvolutionaryAlgorithm getTrainer()
getTrainer in interface SelectLinkspublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||