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

Packages that use DoubleArrayGenome
org.encog.ml.genetic   
org.encog.ml.genetic.genome   
 

Uses of DoubleArrayGenome in org.encog.ml.genetic
 

Subclasses of DoubleArrayGenome in org.encog.ml.genetic
 class MLMethodGenome
          Implements a genome that allows a feedforward neural network to be trained using a genetic algorithm.
 

Uses of DoubleArrayGenome in org.encog.ml.genetic.genome
 

Constructors in org.encog.ml.genetic.genome with parameters of type DoubleArrayGenome
DoubleArrayGenome(DoubleArrayGenome other)
          Construct a genome based on another genome.
 



Copyright © 2014. All Rights Reserved.