Package org.apache.commons.math.genetics
Interface Fitness
-
- All Known Implementing Classes:
AbstractListChromosome
,BinaryChromosome
,Chromosome
,RandomKey
public interface Fitness
Fitness of a chromosome.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
fitness()
Compute the fitness.
-