Click or drag to resize

BfgsMinimizer Constructor

Creates BFGS minimizer

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

Parameters

gradientTolerance  Double
The gradient tolerance
parameterTolerance  Double
The parameter tolerance
functionProgressTolerance  Double
The function progress tolerance
maximumIterations  Int32  (Optional)
The maximum number of iterations
See Also