Interface PopulationCandidates.IntegerFitness<T>

Type Parameters:
T - the representation of population members
All Superinterfaces:
PopulationCandidates<T>, PopulationFitnessVector, PopulationFitnessVector.IntegerFitness
Enclosing interface:
PopulationCandidates<T>

public static interface PopulationCandidates.IntegerFitness<T> extends PopulationCandidates<T>, PopulationFitnessVector.IntegerFitness
An interface to the candidates for the next generation's population, consisting of the current population as well as the relevant pool of children. This interface is for the case when fitness values are ints.