public class UF6 extends AbstractDoubleProblem
| Constructor and Description |
|---|
UF6()
Constructor.
|
UF6(Integer numberOfVariables,
int N,
double epsilon)
Creates a new instance of problem CEC2009_UF6.
|
| Modifier and Type | Method and Description |
|---|---|
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 UF6()
public UF6(Integer numberOfVariables, int N, double epsilon)
numberOfVariables - Number of variables.public void evaluate(DoubleSolution solution)
Copyright © 2018. All rights reserved.