|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.genetic.innovation.BasicInnovationList
org.encog.neural.neat.training.NEATInnovationList
public class NEATInnovationList
Implements a NEAT innovation list. NeuroEvolution of Augmenting Topologies (NEAT) is a genetic algorithm for the generation of evolving artificial neural networks. It was developed by Ken Stanley while at The University of Texas at Austin. http://www.cs.ucf.edu/~kstanley/
| Constructor Summary | |
|---|---|
NEATInnovationList()
The default constructor, used mainly for persistance. |
|
NEATInnovationList(Population population,
Chromosome links,
Chromosome neurons)
Construct an innovation list. |
|
| Method Summary | |
|---|---|
NEATInnovation |
checkInnovation(long in,
long out,
NEATInnovationType type)
Check to see if we already have an innovation. |
NEATNeuronGene |
createNeuronFromID(long neuronID)
Create a new neuron gene from an id. |
void |
createNewInnovation(long in,
long out,
NEATInnovationType type)
Create a new innovation. |
long |
createNewInnovation(long from,
long to,
NEATInnovationType innovationType,
NEATNeuronType neuronType,
double x,
double y)
Create a new innovation. |
void |
init()
|
void |
setNextNeuronID(int l)
|
void |
setPopulation(NEATPopulation population)
|
| Methods inherited from class org.encog.ml.genetic.innovation.BasicInnovationList |
|---|
add, get, getInnovations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NEATInnovationList()
public NEATInnovationList(Population population,
Chromosome links,
Chromosome neurons)
population - The population.links - The links.neurons - THe neurons.| Method Detail |
|---|
public NEATInnovation checkInnovation(long in,
long out,
NEATInnovationType type)
in - The input neuron.out - THe output neuron.type - The type.
public NEATNeuronGene createNeuronFromID(long neuronID)
neuronID - The neuron id.
public void createNewInnovation(long in,
long out,
NEATInnovationType type)
in - The input neuron.out - The output neuron.type - The type.
public long createNewInnovation(long from,
long to,
NEATInnovationType innovationType,
NEATNeuronType neuronType,
double x,
double y)
from - The from neuron.to - The to neuron.innovationType - THe innovation type.neuronType - The neuron type.x - The x-coordinate.y - The y-coordinate.
public void setPopulation(NEATPopulation population)
public void init()
public void setNextNeuronID(int l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||