|
||||||||||
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.BestSolutionSelection
public class BestSolutionSelection
This class implements a selection operator used for selecting the best solution in a SolutionSet according to a given comparator
Field Summary |
---|
Fields inherited from class jmetal.core.Operator |
---|
parameters_ |
Constructor Summary | |
---|---|
BestSolutionSelection(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 |
---|
public BestSolutionSelection(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 |