public class WFG4 extends WFG
| Constructor and Description |
|---|
WFG4()
Creates a default WFG4 with
2 position-related parameter,
4 distance-related parameter and
2 objectives
|
WFG4(Integer k,
Integer l,
Integer m)
Creates a WFG4 problem instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(DoubleSolution solution)
Evaluates a solution
|
float[] |
evaluate(float[] z)
Evaluate() method
|
float[] |
t1(float[] z,
int k)
WFG4 t1 transformation
|
float[] |
t2(float[] z,
int k,
int M)
WFG4 t2 transformation
|
calculateX, correctTo01, createSolution, normalise, subVectorgetLowerBound, getUpperBound, setLowerLimit, setUpperLimitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablespublic WFG4()
public float[] evaluate(float[] z)
public float[] t1(float[] z,
int k)
public float[] t2(float[] z,
int k,
int M)
public void evaluate(DoubleSolution solution)
solution - The solution to runAlgorithmJMetalExceptionCopyright © 2018. All rights reserved.