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