makeHyperEllipsoidFunction: Hyper-Ellipsoid function

View source: R/sof.hyper.ellipsoid.R

makeHyperEllipsoidFunctionR Documentation

Hyper-Ellipsoid function

Description

Uni-modal, convex test function similar to the Sphere function (see makeSphereFunction). Calculated via the formula:

f(\mathbf{x}) = \sum_{i=1}^{n} i \cdot \mathbf{x}_i.

Usage

makeHyperEllipsoidFunction(dimensions)

Arguments

dimensions

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

Value

An object of class SingleObjectiveFunction, representing the Hyper-Ellipsoid Function.

[smoof_single_objective_function]


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