Interface PopulationCandidates.DoubleFitness<T>
- Type Parameters:
T- the representation of population members
- All Superinterfaces:
PopulationCandidates<T>, PopulationFitnessVector, PopulationFitnessVector.DoubleFitness
- Enclosing interface:
PopulationCandidates<T>
public static interface PopulationCandidates.DoubleFitness<T>
extends PopulationCandidates<T>, PopulationFitnessVector.DoubleFitness
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 doubles.
-
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.DoubleFitness
fitness, toDoubleArray