Class TournamentSelection

java.lang.Object
org.biojavax.ga.functions.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 Details

    • TournamentSelection

      Default constructor: sets the selection pressure to the value of 10.
  • Method Details