Uses of Class
com.anji.neat.NeuronGene

Packages that use NeuronGene
com.anji.neat com.anji.neat contains classes implementing NEAT framework, including genes, mutation operators, and fitness function used for XOR. 
 

Uses of NeuronGene in com.anji.neat
 

Constructors in com.anji.neat with parameters of type NeuronGene
NeuronAllele(NeuronGene aNeuronGene)