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
.
- 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 .
- __init__()¶
Examples using the class¶
Customize your Metropolis-Hastings algorithm
Customize your Metropolis-Hastings algorithm
EfficientGlobalOptimization examples
EfficientGlobalOptimization examples