Documentation of 'org.encog.ml.ea.opp.selection.SelectionOperator' Java class
SelectionOperator
org.encog.ml.ea.opp.selection

Interface SelectionOperator

  • All Known Implementing Classes:
    TournamentSelection, TruncationSelection


    public interface SelectionOperator
    Provides the interface to a selection operator. This allows genomes to be selected for offspring production or elimination.
    • Method Detail

      • performSelection

        int performSelection(java.util.Random rnd,
                             Species species)
        Selects an fit genome.
        Parameters:
        rnd - A random number generator.
        species - The species to select the genome from.
        Returns:
        The selected genome.
      • performAntiSelection

        int performAntiSelection(java.util.Random rnd,
                                 Species species)
        Selects an unfit genome.
        Parameters:
        rnd - A random number generator.
        species - The species to select the genome from.
        Returns:
        The selected genome.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.