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