public final class AckleyProblem extends ParallelProblem<java.lang.Double>
This class represents the problem domain for a floating-point coded Ackley function.
http://tracer.lcc.uma.es/problems/ackley/ackley.html
Default range: [-32.768, 32.768]
Modifier and Type | Field and Description |
---|---|
private static double |
DEFAULT_RANGE |
Constructor and Description |
---|
AckleyProblem(int dimension)
Creates an AckleyProblem with a default range of [-32.768, 32.768].
|
dimension, lowerBound, upperBound
private static final double DEFAULT_RANGE