jmetal.operators.selection
Class PESA2Selection

java.lang.Object
  extended by jmetal.core.Operator
      extended by jmetal.operators.selection.Selection
          extended by jmetal.operators.selection.PESA2Selection
All Implemented Interfaces:
java.io.Serializable

public class PESA2Selection
extends Selection

This class implements a selection operator as the used in PESA-II algorithm

See Also:
Serialized Form

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

Constructor Detail

PESA2Selection

public PESA2Selection(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Method Detail

execute

public java.lang.Object execute(java.lang.Object object)
                         throws JMException
Performs the operation

Specified by:
execute in class Operator
Parameters:
object - Object representing a SolutionSet. This solution set must be an instancen AdaptiveGridArchive
Returns:
the selected solution
Throws:
JMException