Class BinaryTournamentSelection<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.operator.selection.impl.NaryTournamentSelection<S>
org.uma.jmetal.operator.selection.impl.BinaryTournamentSelection<S>
All Implemented Interfaces:
Serializable, Operator<List<S>,S>, SelectionOperator<List<S>,S>

public class BinaryTournamentSelection<S extends Solution<?>> extends NaryTournamentSelection<S>
Applies a binary tournament selection to return the best solution between two that have been chosen at random from a solution list. Modified by Juanjo in 13.03.2015. A binary tournament is now a NaryTournamentSelection with tournament size equals to 2
Author:
Antonio J. Nebro, Juan J. Durillo
See Also: