makePeriodicFunction function

Periodic Function

Periodic Function

Single-objective two-dimensional test function. The formula is given as [REMOVE_ME]f(x)=1+sin2(x1)+sin2(x2)0.1e(x12+x22)[REMOVEME2] f(\mathbf{x}) = 1 + \sin^2(\mathbf{x}_1) + \sin^2(\mathbf{x}_2) - 0.1e^{-(\mathbf{x}_1^2 + \mathbf{x}_2^2)} [REMOVE_ME_2]

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

makePeriodicFunction()

Returns

[smoof_single_objective_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.

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.

  • Maintainer: Jakob Bossek
  • License: BSD_2_clause + file LICENSE
  • Last published: 2023-03-10