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 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
    double
    The fitness of the a member of the population represented as a double.
    int
    The size of the population.