Uses of Class
adams.opt.optimise.GeneticAlgorithm
-
Packages that use GeneticAlgorithm Package Description adams.opt.optimise -
-
Uses of GeneticAlgorithm in adams.opt.optimise
Fields in adams.opt.optimise declared as GeneticAlgorithm Modifier and Type Field Description protected GeneticAlgorithm
GeneticAlgorithm.GAJob. m_ga
ga.Methods in adams.opt.optimise that return GeneticAlgorithm Modifier and Type Method Description GeneticAlgorithm
GeneticAlgorithm.GAJob. getOwner()
Returns the owner.Constructors in adams.opt.optimise with parameters of type GeneticAlgorithm Constructor Description GAJob(GeneticAlgorithm ga, adams.opt.optimise.FitnessFunction ff, int[] weights)
Constructor.
-