One Dimensional Optimizer.Value At Extremum Property
Gets the value of the objective function at 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.2
C#
The value of the objective function at the approximation to the extremum after the algorithm has run.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public double ValueAtExtremum { get; }
Property Value
DoubleThe value of the objective function at the approximation to the extremum after the algorithm has run.