Module org.cicirello.chips_n_salsa
Package org.cicirello.search.evo
Interface PopulationFitnessVector
- All Known Subinterfaces:
PopulationFitnessVector.Double
,PopulationFitnessVector.Integer
public interface PopulationFitnessVector
An interface to a vector of fitnesses of a population.
-
Nested Class Summary
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. -
Method Summary
-
Method Details
-
size
int size()The size of the population.- Returns:
- the size of the population
-