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, which can be the current
members of the population or the children derived from it, depending upon the context. This
interface is for the case when fitness values are ints.
-
Nested Class Summary
Nested classes/interfaces inherited from interface PopulationCandidates
PopulationCandidates.DoubleFitness<T>, PopulationCandidates.IntegerFitness<T>Nested classes/interfaces inherited from interface PopulationFitnessVector
PopulationFitnessVector.DoubleFitness, PopulationFitnessVector.IntegerFitness -
Method Summary
Methods inherited from interface PopulationCandidates
candidateMethods inherited from interface PopulationFitnessVector
sizeMethods inherited from interface PopulationFitnessVector.IntegerFitness
fitness, fitnessAsDouble, toDoubleArray, toIntArray