makePriceN2Function function

Price Function N. 2

Price Function N. 2

Second function by Price. The implementation is based on the defintion [REMOVE_ME]f(x)=1+sin2(x1)+sin2(x2)0.1exp(x2x22)[REMOVEME2] f(\mathbf{x}) = 1 + \sin^2(\mathbf{x}_1) + \sin^2(\mathbf{x}_2) - 0.1 \exp(-\mathbf{x}^2 - \mathbf{x}_2^2) [REMOVE_ME_2]

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

makePriceN2Function()

Returns

[smoof_single_objective_function]

Description

Second function by Price. The implementation is based on the defintion

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

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

References

W. L. Price, A Controlled Random Search Procedure for Global Optimisation, Computer journal, vol. 20, no. 4, pp. 367-370, 1977.

See Also

makePriceN1Function, makePriceN4Function

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