|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.neat.training.NEATInnovation
public class NEATInnovation
Implements a NEAT innovation. This lets NEAT track what changes it has previously tried with a neural network. ----------------------------------------------------------------------------- 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 | |
|---|---|
NEATInnovation()
Default constructor, used mainly for persistence. |
|
| Method Summary | |
|---|---|
long |
getInnovationID()
|
long |
getNeuronID()
|
void |
setInnovationID(long theInnovationID)
Set the innovation id. |
void |
setNeuronID(long neuronID)
Set the neuron id. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NEATInnovation()
| Method Detail |
|---|
public long getNeuronID()
public void setNeuronID(long neuronID)
neuronID - The neuron id.public String toString()
toString in class Objectpublic long getInnovationID()
public void setInnovationID(long theInnovationID)
theInnovationID - The innovation id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||