makePeriodicFunction: Periodic Function

View source: R/sof.periodic.R

makePeriodicFunctionR Documentation

Periodic Function

Description

Single-objective two-dimensional test function. The formula is given as

f(\mathbf{x}) = 1 + \sin^2(\mathbf{x}_1) + \sin^2(\mathbf{x}_2) - 0.1e^{-(\mathbf{x}_1^2 + \mathbf{x}_2^2)}

subject to the constraints \mathbf{x}_i \in [-10, 10], i = 1, 2.

Usage

makePeriodicFunction()

Value

An object of class SingleObjectiveFunction, representing the Periodic Function.

[smoof_single_objective_function]

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.


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