makeKeaneFunction: Keane Function

View source: R/sof.keane.R

makeKeaneFunctionR Documentation

Keane Function

Description

Two-dimensional test function based on the definition

f(\mathbf{x}) = \frac{\sin^2(\mathbf{x}_1 - \mathbf{x}_2)\sin^2(\mathbf{x}_1 + \mathbf{x}_2)}{\sqrt{\mathbf{x}_1^2 + \mathbf{x}_2^2}}.

The domain of definition is bounded by the box constraints \mathbf{x}_i \in [0, 10], i = 1, 2.

Usage

makeKeaneFunction()

Value

An object of class SingleObjectiveFunction, representing the Keane Function.

[smoof_single_objective_function]


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