jmetal.operators.selection
Class Selection

java.lang.Object
  extended by jmetal.core.Operator
      extended by jmetal.operators.selection.Selection
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BestSolutionSelection, BinaryTournament, BinaryTournament2, DifferentialEvolutionSelection, PESA2Selection, RandomSelection, RankingAndCrowdingSelection, WorstSolutionSelection

public abstract class Selection
extends Operator

This class represents the super class of all the selection operators

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jmetal.core.Operator
parameters_
 
Constructor Summary
Selection(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
           
 
Method Summary
 
Methods inherited from class jmetal.core.Operator
execute, getParameter, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Selection

public Selection(java.util.HashMap<java.lang.String,java.lang.Object> parameters)