Click or drag to resize

NewtonMinimizer Constructor

Initializes a new instance of the NewtonMinimizer class.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public NewtonMinimizer(
	double gradientTolerance,
	int maximumIterations,
	bool useLineSearch = false
)

Parameters

gradientTolerance  Double
The stopping threshold for the gradient norm.
maximumIterations  Int32
The maximum number of iterations.
useLineSearch  Boolean  (Optional)
If set to , use a line search.
See Also