Uses of Interface
org.cicirello.search.evo.PopulationFitnessVector
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
-
Uses of PopulationFitnessVector in org.cicirello.search.evo
Modifier and TypeInterfaceDescriptionstatic interface
An interface to a vector of fitnesses, each a double, of a population.static interface
An interface to a vector of fitnesses, each an int, of a population.