Uses of Class
org.jgap.Gene

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

Uses of Gene in com.anji.neat
 

Subclasses of Gene in com.anji.neat
 class ConnectionGene
          Gene corresponding to NEAT connection gene according to Evolving Neural Networks through Augmenting Topologies
 class NeuronGene
          Gene corresponding to NEAT node gene according to Evolving Neural Networks through Augmenting Topologies
 

Uses of Gene in org.jgap
 

Methods in org.jgap that return Gene
protected  Gene Allele.getGene()
           
 

Constructors in org.jgap with parameters of type Gene
Allele(Gene aGene)
          ctor