Module problems

Source
Expand description

Common optimization problems for testing purposes.

Currently, the following optimization test functions are implemented.

§Bowl-Shaped

§Valley-Shaped

Structs§

Rosenbrock
Two-dimensional Rosenbrock function.
Sphere
n-dimensional Sphere function.

Traits§

Problem
Specifies a well known optimization problem.