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