Uses of Package
com.anji.neat

Packages that use com.anji.neat
com.anji.integration com.anji.integration contains classes that provide the glue between the various components of the system, including artificial neural net implementations, JGAP, NEAT, Log4J, and persistence and presentation layers. 
com.anji.neat com.anji.neat contains classes implementing NEAT framework, including genes, mutation operators, and fitness function used for XOR. 
 

Classes in com.anji.neat used by com.anji.integration
ConnectionAllele
          Gene corresponding to NEAT connection gene according to Evolving Neural Networks through Augmenting Topologies
NeatConfiguration
          Extension of JGAP configuration with NEAT-specific features added.
NeuronAllele
          Gene corresponding to NEAT node gene according to Evolving Neural Networks through Augmenting Topologies
 

Classes in com.anji.neat used by com.anji.neat
ConnectionAllele
          Gene corresponding to NEAT connection gene according to Evolving Neural Networks through Augmenting Topologies
ConnectionGene
          Gene corresponding to NEAT connection gene according to Evolving Neural Networks through Augmenting Topologies
NeatConfiguration
          Extension of JGAP configuration with NEAT-specific features added.
NeatCrossoverReproductionOperator
          Implements NEAT crossover reproduction according to Evolving Neural Networks through Augmenting Topologies .
NeuronAllele
          Gene corresponding to NEAT node gene according to Evolving Neural Networks through Augmenting Topologies
NeuronGene
          Gene corresponding to NEAT node gene according to Evolving Neural Networks through Augmenting Topologies
NeuronType
          Enumerated type representing flavors of neurons: input, output, hidden.
RemoveConnectionMutationOperator.Strategy
          Enumerated type for remove connection strategies.
WeightMagnitudeComparator
          sorts ConnectionGenes in ascending order of weight magnitude