Documentation of 'org.apache.commons.math.genetics.SelectionPolicy' Java class
SelectionPolicy
org.apache.commons.math.genetics

Interface SelectionPolicy

  • All Known Implementing Classes:
    TournamentSelection


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

      • select

        ChromosomePair select(Population population)
        Select two chromosomes from the population.
        Parameters:
        population - the population from which the chromosomes are choosen.
        Returns:
        the selected chromosomes.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.