public class Griewank extends AbstractDoubleProblem
| Constructor and Description |
|---|
Griewank(Integer numberOfVariables)
Constructor
Creates a default instance of the Griewank problem
|
| 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 Griewank(Integer numberOfVariables)
numberOfVariables - Number of variables of the problempublic void evaluate(DoubleSolution solution)
Copyright © 2018. All rights reserved.