makePeriodicFunction {smoof}R Documentation

Periodic Function

Description

Single-objective two-dimensional test function. The formula is given as

f(x)=1+sin2(x1)+sin2(x2)0.1e(x12+x22)f(\mathbf{x}) = 1 + \sin^2(\mathbf{x}_1) + \sin^2(\mathbf{x}_2) - 0.1e^{-(\mathbf{x}_1^2 + \mathbf{x}_2^2)}

subject to the constraints xi[10,10],i=1,2.\mathbf{x}_i \in [-10, 10], i = 1, 2.

Usage

makePeriodicFunction()

Value

[smoof_single_objective_function]

References

M. M. Ali, C. Khompatraporn, Z. B. Zabinsky, A Numerical Evaluation of Several Stochastic Algorithms on Selected Continuous Global Optimization Test Problems, Journal of Global Optimization, vol. 31, pp. 635-672, 2005.


[Package smoof version 1.6.0.3 Index]