optymus.benchmark.Sphere

class optymus.benchmark.Sphere[source]

Sphere Function

The Sphere function is a convex function used as a performance test problem for optimization algorithms. It is defined as:

\[f(x) = x_0^2 + x_1^2\]

Reference: https://www.sfu.ca/~ssurjano/spheref.html

__init__()[source]

Methods

__init__()

Attributes

BOUNDS

NAME

TRUE_MINIMUM