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