Uses of Class
adams.genetic.MTAbstractGeneticAlgorithm

Packages that use MTAbstractGeneticAlgorithm
adams.event   
adams.genetic   
 

Uses of MTAbstractGeneticAlgorithm in adams.event
 

Constructors in adams.event with parameters of type MTAbstractGeneticAlgorithm
FitnessChangeEvent(MTAbstractGeneticAlgorithm source, double fitness)
          Initializes the event.
 

Uses of MTAbstractGeneticAlgorithm in adams.genetic
 

Subclasses of MTAbstractGeneticAlgorithm in adams.genetic
 class MTPackDataGeneticAlgorithm
          ???
 

Fields in adams.genetic declared as MTAbstractGeneticAlgorithm
protected  MTAbstractGeneticAlgorithm MTAbstractGeneticAlgorithm.GeneticAlgorithmJob.m_genetic
          the algorithm object this job belongs to.
 

Methods in adams.genetic that return MTAbstractGeneticAlgorithm
static MTAbstractGeneticAlgorithm MTAbstractGeneticAlgorithm.forCommandLine(String cmdline)
          Instantiates the genetic algorithm from the given commandline (i.e., classname and optional options).
static MTAbstractGeneticAlgorithm MTAbstractGeneticAlgorithm.forName(String classname, String[] options)
          Instantiates the genetic algorithm with the given options.
 MTAbstractGeneticAlgorithm MTAbstractGeneticAlgorithm.GeneticAlgorithmJob.getGenetic()
          Returns the algorithm this job belongs to.
 

Constructors in adams.genetic with parameters of type MTAbstractGeneticAlgorithm
MTAbstractGeneticAlgorithm.GeneticAlgorithmJob(MTAbstractGeneticAlgorithm g, int num, int[] w)
          Initializes the job.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.