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 classGeneticAlgorithmMorticia (GEX). -
Uses of AbstractGeneticAlgorithm in adams.opt.optimise.genetic
Subclasses of AbstractGeneticAlgorithm in adams.opt.optimise.genetic Modifier and Type Class Description classPackDataGeneticAlgorithm???Methods in adams.opt.optimise.genetic that return AbstractGeneticAlgorithm Modifier and Type Method Description static AbstractGeneticAlgorithmAbstractGeneticAlgorithm. forCommandLine(String cmdline)Instantiates the genetic algorithm from the given commandline (i.e., classname and optional options).static AbstractGeneticAlgorithmAbstractGeneticAlgorithm. forName(String classname, String[] options)Instantiates the genetic algorithm with the given options.
-