Class TournamentSelection<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.operator.selection.impl.TournamentSelection<S>
- All Implemented Interfaces:
java.io.Serializable,Operator<java.util.List<S>,S>,SelectionOperator<java.util.List<S>,S>
@Deprecated public class TournamentSelection<S extends Solution<?>> extends java.lang.Object implements SelectionOperator<java.util.List<S>,S>
Deprecated.
- Version:
- 1.0 Applies a n-ary tournament selection to return a solution from a list.
- Author:
- Juanjo
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TournamentSelection(int n_arity)Deprecated.ConstructorTournamentSelection(java.util.Comparator<S> comparator, int n_arity)Deprecated.Constructor -
Method Summary
-
Constructor Details
-
TournamentSelection
public TournamentSelection(int n_arity)Deprecated.Constructor -
TournamentSelection
Deprecated.Constructor
-
-
Method Details