Uses of Interface
org.cicirello.search.evo.PopulationFitnessVector
Packages that use PopulationFitnessVector
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of PopulationFitnessVector in org.cicirello.search.evo
Subinterfaces of PopulationFitnessVector in org.cicirello.search.evoModifier and TypeInterfaceDescriptioninterfaceAn interface to the candidates for the next generation's population, consisting of the current population as well as the relevant pool of children.static interfaceAn interface to the candidates for the next generation's population, consisting of the current population as well as the relevant pool of children.static interfaceAn interface to the candidates for the next generation's population, consisting of the current population as well as the relevant pool of children.static interfaceAn interface to a vector of fitnesses, each a double, of a population.static interfaceAn interface to a vector of fitnesses, each an int, of a population.