Struct optimization::problems::Sphere
[−]
[src]
pub struct Sphere { // some fields omitted }
n-dimensional Sphere function.
It is continuous, convex and unimodal:
f(x) = ∑ᵢ xᵢ²
Global minimum: f(0,...,0) = 0