makeGeneralizedDropWaveFunction: Generalized Drop-Wave Function

View source: R/sof.drop.wave.R

makeGeneralizedDropWaveFunctionR Documentation

Generalized Drop-Wave Function

Description

Multi-modal single-objective function following the formula:

\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 \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

An object of class SingleObjectiveFunction, representing the Generalized Drop-Wave Function.

[smoof_single_objective_function]


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