Uses of Interface
org.encog.ml.genetic.mutate.Mutate

Packages that use Mutate
org.encog.ml.genetic This package is used to hold the classes used to implement genetic algorithms for Encog. 
org.encog.ml.genetic.mutate This package is used for Encog Genetic Algorithms. 
 

Uses of Mutate in org.encog.ml.genetic
 

Methods in org.encog.ml.genetic that return Mutate
 Mutate GeneticAlgorithm.getMutate()
           
 

Methods in org.encog.ml.genetic with parameters of type Mutate
 void GeneticAlgorithm.setMutate(Mutate theMutate)
          Set the mutate object.
 

Uses of Mutate in org.encog.ml.genetic.mutate
 

Classes in org.encog.ml.genetic.mutate that implement Mutate
 class MutatePerturb
          A simple mutation based on random numbers.
 class MutateShuffle
          A simple mutation where genes are shuffled.
 



Copyright © 2011. All Rights Reserved.