|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.core.Operator
jmetal.operators.selection.Selection
jmetal.operators.selection.DifferentialEvolutionSelection
public class DifferentialEvolutionSelection
Class implementing the selection operator used in DE: three different solutions are returned from a population.
| Field Summary |
|---|
| Fields inherited from class jmetal.core.Operator |
|---|
parameters_ |
| Method Summary | |
|---|---|
java.lang.Object |
execute(java.lang.Object object)
Executes 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 |
| Method Detail |
|---|
public java.lang.Object execute(java.lang.Object object)
throws JMException
execute in class Operatorobject - An object containing the population and the position (index)
of the current individual
JMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||