LeastSquaresOptimizer.SetMinimumValue Method
Sets the value of the objective function at the minimum to the supplied value.
DefinitionPermalink
Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected void SetMinimumValue(
double value
)
ParametersPermalink
- value Double
- The value of the objective function at the current approximation to the extremum.
RemarksPermalink
This method is used by inheriting classes to avoid unnecessary evaluations of the objective function.