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: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the objective function at the approximation to the extremum after the algorithm has run.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double ValueAtExtremum { get; }
Property Value
DoubleThe value of the objective function at the approximation to the extremum after the algorithm has run.