makeCosineMixtureFunction function

Cosine Mixture Function

Cosine Mixture Function

Single-objective test function based on the formula [REMOVE_ME]f(x)=0.1i=1ncos(5πxi)i=1nxi2[REMOVEME2] f(\mathbf{x}) = -0.1 \sum_{i = 1}^{n} \cos(5\pi\mathbf{x}_i) - \sum_{i = 1}^{n} \mathbf{x}_i^2 [REMOVE_ME_2]

subject to xi[1,1]\mathbf{x}_i \in [-1, 1] for i=1,,ni = 1, \ldots, n.

makeCosineMixtureFunction(dimensions)

Arguments

  • dimensions: [integer(1)]

    Size of corresponding parameter space.

Returns

[smoof_single_objective_function]

Description

Single-objective test function based on the formula

f(x)=0.1i=1ncos(5πxi)i=1nxi2 f(\mathbf{x}) = -0.1 \sum_{i = 1}^{n} \cos(5\pi\mathbf{x}_i) - \sum_{i = 1}^{n} \mathbf{x}_i^2

subject to xi[1,1]\mathbf{x}_i \in [-1, 1] for i=1,,ni = 1, \ldots, n.

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