public final class GriewankProblem extends ParallelProblem<java.lang.Double>
This class represents the problem domain for a floating-point coded Griewank function.
http://www-optima.amp.i.kyoto-u.ac.jp/member/student /hedar/Hedar_files/TestGO_files/Page1905.htm
Default range: [-600, 600]
Modifier and Type | Field and Description |
---|---|
private static double |
DEFAULT_RANGE |
Constructor and Description |
---|
GriewankProblem(int dimension)
Creates a GriewankProblem with a default range of [-600, 600].
|
dimension, lowerBound, upperBound
private static final double DEFAULT_RANGE