Click or drag to resize

BfgsMinimizerBase Constructor

Creates a base class for BFGS minimization

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

Parameters

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