makeAlpine02Function function

Alpine02 function

Alpine02 function

Another multimodal optimization test function. The implementation is based on the formula [REMOVE_ME]f(x)=i=1nxisin(xi)[REMOVEME2] f(\mathbf{x}) = \prod_{i = 1}^{n} \sqrt{\mathbf{x}_i}\sin(\mathbf{x}_i) [REMOVE_ME_2]

with xi[0,10]\mathbf{x}_i \in [0, 10] for i=1,,ni = 1, \ldots, n.

makeAlpine02Function(dimensions)

Arguments

  • dimensions: [integer(1)]

    Size of corresponding parameter space.

Returns

[smoof_single_objective_function]

Description

Another multimodal optimization test function. The implementation is based on the formula

f(x)=i=1nxisin(xi) f(\mathbf{x}) = \prod_{i = 1}^{n} \sqrt{\mathbf{x}_i}\sin(\mathbf{x}_i)

with xi[0,10]\mathbf{x}_i \in [0, 10] for i=1,,ni = 1, \ldots, n.

References

M. Clerc, The Swarm and the Queen, Towards a Deterministic and Adaptive Particle Swarm Optimization, IEEE Congress on Evolutionary Computation, Washington DC, USA, pp. 1951-1957, 1999.

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