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 candidates for the next generation's population, which can be the current members of the population or the children derived from it, depending upon the context.static interfaceAn interface to the candidates for the next generation's population, which can be the current members of the population or the children derived from it, depending upon the context.static interfaceAn interface to the candidates for the next generation's population, which can be the current members of the population or the children derived from it, depending upon the context.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.