public class WFG7 extends WFG
| Constructor and Description |
|---|
WFG7()
Creates a default WFG7 problem with
2 position-related parameters,
4 distance-related parameters,
and 2 objectives
|
WFG7(Integer k,
Integer l,
Integer m)
Creates a WFG7 problem instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(DoubleSolution solution)
Evaluate() method
|
float[] |
evaluate(float[] z)
Evaluate() method
|
float[] |
t1(float[] z,
int k)
WFG7 t1 transformation
|
float[] |
t2(float[] z,
int k)
WFG7 t2 transformation
|
float[] |
t3(float[] z,
int k,
int M)
WFG7 t3 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 WFG7()
public float[] evaluate(float[] z)
public float[] t1(float[] z,
int k)
public float[] t2(float[] z,
int k)
public float[] t3(float[] z,
int k,
int M)
public void evaluate(DoubleSolution solution)
Copyright © 2018. All rights reserved.