One Dimensional Optimizer.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#
The approximation to the extremum after the algorithm has run.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double Extremum { get; }
Property Value
DoubleThe approximation to the extremum after the algorithm has run.