Uses of Class
adams.opt.optimise.genetic.AbstractGeneticAlgorithm
-
Packages that use AbstractGeneticAlgorithm Package Description adams.opt.optimise adams.opt.optimise.genetic -
-
Uses of AbstractGeneticAlgorithm in adams.opt.optimise
Subclasses of AbstractGeneticAlgorithm in adams.opt.optimise Modifier and Type Class Description class
GeneticAlgorithm
Morticia (GEX). -
Uses of AbstractGeneticAlgorithm in adams.opt.optimise.genetic
Subclasses of AbstractGeneticAlgorithm in adams.opt.optimise.genetic Modifier and Type Class Description class
PackDataGeneticAlgorithm
???Methods in adams.opt.optimise.genetic that return AbstractGeneticAlgorithm Modifier and Type Method Description 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.
-