|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.neural.hyperneat.FactorHyperNEATGenome
public class FactorHyperNEATGenome
Create a Genome for use with HyperNEAT.
Constructor Summary | |
---|---|
FactorHyperNEATGenome()
|
Method Summary | |
---|---|
NEATGenome |
factor()
|
Genome |
factor(Genome other)
Create a clone of the other genome. |
NEATGenome |
factor(List<NEATNeuronGene> neurons,
List<NEATLinkGene> links,
int inputCount,
int outputCount)
Create a NEAT genome from a list of links and neurons. |
NEATGenome |
factor(Random rnd,
NEATPopulation pop,
int inputCount,
int outputCount,
double connectionDensity)
Create a new random NEAT genome. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FactorHyperNEATGenome()
Method Detail |
---|
public NEATGenome factor()
factor
in interface GenomeFactory
public Genome factor(Genome other)
factor
in interface GenomeFactory
other
- The other genome.
public NEATGenome factor(List<NEATNeuronGene> neurons, List<NEATLinkGene> links, int inputCount, int outputCount)
factor
in interface NEATGenomeFactory
neurons
- A list of neuron genes.links
- A list of link genes.inputCount
- The input count.outputCount
- The output count.
public NEATGenome factor(Random rnd, NEATPopulation pop, int inputCount, int outputCount, double connectionDensity)
factor
in interface NEATGenomeFactory
rnd
- A random number generator.pop
- The NEAT population.inputCount
- The input count.outputCount
- The output count.connectionDensity
- The connection density. Specify 1.0 for fully connected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |