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.
    Constructor
    TournamentSelection​(java.util.Comparator<S> comparator, int n_arity)
    Deprecated.
    Constructor
  • Method Summary

    Modifier and Type Method Description
    S execute​(java.util.List<S> solutionList)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TournamentSelection

      public TournamentSelection​(int n_arity)
      Deprecated.
      Constructor
    • TournamentSelection

      public TournamentSelection​(java.util.Comparator<S> comparator, int n_arity)
      Deprecated.
      Constructor
  • Method Details

    • execute

      public S execute​(java.util.List<S> solutionList)
      Deprecated.
      Specified by:
      execute in interface Operator<java.util.List<S extends Solution<?>>,​S extends Solution<?>>
      Parameters:
      solutionList - The data to process