Interface GenotypeFitness<T>

Type Parameters:
T - Type of the fitness measurement
All Known Implementing Classes:
ImmutableGenotypeFitness

@Immutable public interface GenotypeFitness<T>
Pair of Genotype to its associated fitness
  • Method Details