Uses of Interface
org.encog.ml.genetic.genome.ArrayGenome

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

Uses of ArrayGenome in org.encog.ml.genetic
 

Classes in org.encog.ml.genetic that implement ArrayGenome
 class MLMethodGenome
          Implements a genome that allows a feedforward neural network to be trained using a genetic algorithm.
 

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

Classes in org.encog.ml.genetic.genome that implement ArrayGenome
 class DoubleArrayGenome
          A genome made up of continuous doubles.
 class IntegerArrayGenome
          A genome that is an array of discrete integer values.
 

Methods in org.encog.ml.genetic.genome with parameters of type ArrayGenome
 void ArrayGenome.copy(ArrayGenome source, int sourceIndex, int targetIndex)
          Copy elements from another array genome into this one.
 void DoubleArrayGenome.copy(ArrayGenome source, int sourceIndex, int targetIndex)
          Copy elements from another array genome into this one.
 void IntegerArrayGenome.copy(ArrayGenome source, int sourceIndex, int targetIndex)
          Copy elements from another array genome into this one.
 



Copyright © 2014. All Rights Reserved.