Uses of Interface
org.encog.ml.genetic.crossover.Crossover

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

Uses of Crossover in org.encog.ml.genetic
 

Methods in org.encog.ml.genetic that return Crossover
 Crossover GeneticAlgorithm.getCrossover()
           
 

Methods in org.encog.ml.genetic with parameters of type Crossover
 void GeneticAlgorithm.setCrossover(Crossover theCrossover)
          Set the crossover object.
 

Uses of Crossover in org.encog.ml.genetic.crossover
 

Classes in org.encog.ml.genetic.crossover that implement Crossover
 class Splice
          A simple cross over where genes are simply "spliced".
 class SpliceNoRepeat
          A simple cross over where genes are simply "spliced".
 



Copyright © 2011. All Rights Reserved.