Uses of Class
org.encog.ml.genetic.genome.BasicGenome

Packages that use BasicGenome
org.encog.neural.neat.training   
org.encog.neural.networks.training.genetic This package provides genetic training for neural networks. 
 

Uses of BasicGenome in org.encog.neural.neat.training
 

Subclasses of BasicGenome in org.encog.neural.neat.training
 class NEATGenome
          Implements a NEAT genome.
 

Uses of BasicGenome in org.encog.neural.networks.training.genetic
 

Subclasses of BasicGenome in org.encog.neural.networks.training.genetic
 class NeuralGenome
          Implements a genome that allows a feedforward neural network to be trained using a genetic algorithm.
 



Copyright © 2011. All Rights Reserved.