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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static 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

    Modifier and Type
    Method
    Description
    int
    The size of the population.
  • Method Details

    • size

      int size()
      The size of the population.
      Returns:
      the size of the population