makeAlpine02Function: Alpine02 function

View source: R/sof.alpine02.R

makeAlpine02FunctionR Documentation

Alpine02 function

Description

Another multi-modal optimization test function. The implementation is based on the formula

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

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

Usage

makeAlpine02Function(dimensions)

Arguments

dimensions

[integer(1)]
Size of corresponding parameter space.

Value

An object of class SingleObjectiveFunction, representing the Alpine02 Function.

[smoof_single_objective_function]

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.


jakobbossek/smoof documentation built on Feb. 17, 2024, 2:23 a.m.