|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgap.Gene
com.anji.neat.NeuronGene
Gene corresponding to NEAT node gene according to Evolving Neural Networks through Augmenting Topologies
Constructor Summary | |
NeuronGene(NeuronType newType,
java.lang.Long newInnovationId,
ActivationFunctionType anActivationType)
Construct new NeuronGene with given type and ID. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class org.jgap.Gene |
compareTo, equals, getInnovationId, hashCode, setInnovationId |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NeuronGene(NeuronType newType, java.lang.Long newInnovationId, ActivationFunctionType anActivationType)
NeuronGene
and
NeatChromosomeUtility
, and persistence objects.
newType
- newInnovationId
- anActivationType
- Method Detail |
public java.lang.String toString()
toString
in class Gene
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |