Uses of Class
adams.optimise.genetic.AbstractGeneticAlgorithm

Packages that use AbstractGeneticAlgorithm
adams.event   
adams.optimise   
adams.optimise.genetic   
 

Uses of AbstractGeneticAlgorithm in adams.event
 

Methods in adams.event that return AbstractGeneticAlgorithm
 AbstractGeneticAlgorithm FitnessChangeEvent.getGeneticAlgorithm()
          Returns the genetic algorithm that triggered the event.
 

Uses of AbstractGeneticAlgorithm in adams.optimise
 

Subclasses of AbstractGeneticAlgorithm in adams.optimise
 class GeneticAlgorithm
          Morticia (GEX).
 

Uses of AbstractGeneticAlgorithm in adams.optimise.genetic
 

Subclasses of AbstractGeneticAlgorithm in adams.optimise.genetic
 class PackDataGeneticAlgorithm
          ???
 

Methods in adams.optimise.genetic that return AbstractGeneticAlgorithm
static AbstractGeneticAlgorithm AbstractGeneticAlgorithm.forCommandLine(String cmdline)
          Instantiates the genetic algorithm from the given commandline (i.e., classname and optional options).
static AbstractGeneticAlgorithm AbstractGeneticAlgorithm.forName(String classname, String[] options)
          Instantiates the genetic algorithm with the given options.
 



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