Interface SelectionPolicy

All Known Implementing Classes:
TournamentSelection

public interface SelectionPolicy
Algorithm used to select a chromosome pair from a population.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    select(Population population)
    Select two chromosomes from the population.