AckleyModel¶
- class AckleyModel¶
 Data class for the Ackley test function.
- Attributes:
 - dimThe dimension of the problem
 dim=2.
- aConstant
 .
- bConstant
 .
- cConstant
 .
- 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
.
Examples
>>> from openturns.usecases import ackley_function >>> # Load the Ackley model >>> am = ackley_function.AckleyModel()
- __init__()¶
 
      OpenTURNS