makeGeneralizedDropWaveFunction {smoof}R Documentation

Generalized Drop-Wave Function

Description

Multimodal single-objective function following the formula:

x=1+cos(i=1nxi2)2+0.5i=1nxi2\mathbf{x} = -\frac{1 + \cos(\sqrt{\sum_{i = 1}^{n} \mathbf{x}_i^2})}{2 + 0.5 \sum_{i = 1}^{n} \mathbf{x}_i^2}

with xi[5.12,5.12],i=1,,n\mathbf{x}_i \in [-5.12, 5.12], i = 1, \ldots, n.

Usage

makeGeneralizedDropWaveFunction(dimensions = 2L)

Arguments

dimensions

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

Value

[smoof_single_objective_function]


[Package smoof version 1.6.0.3 Index]