LeastSquaresOptimizer.SetMinimumValue Method

Sets the value of the objective function at the minimum to the supplied value.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected void SetMinimumValue(
	double value
)

Parameters

value  Double
The value of the objective function at the current approximation to the extremum.

Remarks

This method is used by inheriting classes to avoid unnecessary evaluations of the objective function.

See Also