AckleyModel

class AckleyModel

Data class for the Ackley test function.

Examples

>>> from openturns.usecases import ackley_function
>>> # Load the Ackley model
>>> am = ackley_function.AckleyModel()
Attributes
dimThe dimension of the problem

dim=2.

aConstant

a=20.0.

bConstant

b=0.2.

cConstant

c=2\pi.

modelPythonFunction, the Ackley function.
lowerboundPoint in dimension dim.

Default is -15.0 for each dimension.

upperboundPoint in dimension dim.

Default is +15.0 for each dimension.

x0Point

The global minimum x_0 = 0 \in \mathbb{R}^{dim}.

__init__()