Class TournamentSelection

  • All Implemented Interfaces:
    SelectionFunction

    public class TournamentSelection
    extends Object
    implements SelectionFunction
    Tournament Selection chooses the best organisms from n random subsets of a given population. Currently it assumes a maximization problem. Perhaps this could be selected depending on the Genetic Algorithm utilized.
    Author:
    Susanne Merz
    • Constructor Detail

      • TournamentSelection

        public TournamentSelection()
        Default constructor: sets the selection pressure to the value of 10.