One Dimensional Optimizer.Extremum Property
Gets the approximation to the extremum after the algorithm has run.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The approximation to the extremum after the algorithm has run.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double Extremum { get; }
Property Value
DoubleThe approximation to the extremum after the algorithm has run.