Interface PopulationFitnessVector
- All Known Subinterfaces:
PopulationCandidates<T>, PopulationCandidates.DoubleFitness<T>, PopulationCandidates.IntegerFitness<T>, PopulationFitnessVector.DoubleFitness, PopulationFitnessVector.IntegerFitness
public interface PopulationFitnessVector
An interface to a vector of fitnesses of a population.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic 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. -
Method Summary
-
Method Details
-
size
int size()The size of the population.- Returns:
- the size of the population
-