|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmetal.core.Operator
jmetal.operators.selection.Selection
jmetal.operators.selection.BinaryTournament2
public class BinaryTournament2
This class implements an operator for binary selections using the same code in Deb's NSGA-II implementation
Field Summary |
---|
Fields inherited from class jmetal.core.Operator |
---|
parameters_ |
Constructor Summary | |
---|---|
BinaryTournament2(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Constructor Creates a new instance of the Binary tournament operator (Deb's NSGA-II implementation version) |
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 |
---|
public BinaryTournament2(java.util.HashMap<java.lang.String,java.lang.Object> parameters)
Method Detail |
---|
public java.lang.Object execute(java.lang.Object object)
execute
in class Operator
object
- Object representing a SolutionSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |