public class ZDT2 extends AbstractDoubleProblem
| Constructor and Description |
|---|
ZDT2()
Constructor.
|
ZDT2(Integer numberOfVariables)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
evalH(double f,
double g)
Returns the value of the ZDT2 function H.
|
void |
evaluate(DoubleSolution solution)
Evaluate() method
|
createSolution, getLowerBound, getUpperBound, setLowerLimit, setUpperLimitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablespublic ZDT2()
public ZDT2(Integer numberOfVariables)
numberOfVariables - Number of variablespublic void evaluate(DoubleSolution solution)
public double evalH(double f,
double g)
f - First argument of the function H.g - Second argument of the function H.Copyright © 2018. All rights reserved.