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