OneDimensionalOptimizer.Extremum Property

Gets the approximation to the extremum after the algorithm has run.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Extremum { get; }

Property Value

Double
The approximation to the extremum after the algorithm has run.

See Also