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

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

Uses of GenomeComparator in org.encog.ml.genetic
 

Methods in org.encog.ml.genetic that return GenomeComparator
 GenomeComparator GeneticAlgorithm.getComparator()
           
 

Methods in org.encog.ml.genetic with parameters of type GenomeComparator
 void GeneticAlgorithm.setComparator(GenomeComparator theComparator)
          Set the comparator.
 



Copyright © 2011. All Rights Reserved.