Click or drag to resize

BfgsBMinimizer Constructor

Initializes a new instance of the BfgsBMinimizer class.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BfgsBMinimizer(
	double gradientTolerance,
	double parameterTolerance,
	double functionProgressTolerance,
	int maximumIterations = 1000
)

Parameters

gradientTolerance  Double
The stopping threshold for the gradient norm.
parameterTolerance  Double
The stopping threshold for parameter changes.
functionProgressTolerance  Double
The stopping threshold for function progress.
maximumIterations  Int32  (Optional)
The maximum number of iterations.
See Also