Uses of Class
adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
-
Packages that use AbstractGeneticAlgorithm.FitnessContainer Package Description adams.opt.genetic -
-
Uses of AbstractGeneticAlgorithm.FitnessContainer in adams.opt.genetic
Fields in adams.opt.genetic with type parameters of type AbstractGeneticAlgorithm.FitnessContainer Modifier and Type Field Description protected List<AbstractGeneticAlgorithm.FitnessContainer>
AbstractGeneticAlgorithm. m_FitnessHistory
the fitness history (from best to worst).Methods in adams.opt.genetic that return types with arguments of type AbstractGeneticAlgorithm.FitnessContainer Modifier and Type Method Description List<AbstractGeneticAlgorithm.FitnessContainer>
AbstractGeneticAlgorithm. getFitnessHistory()
Returns the fitness history (best to worst).Methods in adams.opt.genetic with parameters of type AbstractGeneticAlgorithm.FitnessContainer Modifier and Type Method Description protected void
AbstractGeneticAlgorithm. addToFitnessHistory(AbstractGeneticAlgorithm.FitnessContainer container)
Adds the fitness container to the history.int
AbstractGeneticAlgorithm.FitnessContainer. compareTo(AbstractGeneticAlgorithm.FitnessContainer other)
Compares itself with the other container using the fitness.
-