makeBukinN2Function {smoof} | R Documentation |
Bukin function N. 2
Description
Muldimodal, non-scalable, continous optimization test function given by:
f(\mathbf{x}) = 100 (\mathbf{x}_2 - 0.01 * \mathbf{x}_1^2 + 1) + 0.01 (\mathbf{x}_1 + 10)^2
subject to \mathbf{x}_1 \in [-15, -5]
and \mathbf{x}_2 \in [-3, 3]
.
Usage
makeBukinN2Function()
Value
[smoof_single_objective_function
]
References
Z. K. Silagadze, Finding Two-Dimensional Peaks, Physics of Particles and Nuclei Letters, vol. 4, no. 1, pp. 73-80, 2007.
See Also
makeBukinN4Function
, makeBukinN6Function
[Package smoof version 1.6.0.3 Index]