Click or drag to resize

WeakWolfeLineSearch Constructor

Initializes a new instance of the WeakWolfeLineSearch class.

Namespace: Altaxo.Calc.Optimization.LineSearch
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public WeakWolfeLineSearch(
	double c1,
	double c2,
	double parameterTolerance,
	int maxIterations = 10
)

Parameters

c1  Double
The sufficient decrease constant.
c2  Double
The curvature constant.
parameterTolerance  Double
The tolerance used to detect lack of progress.
maxIterations  Int32  (Optional)
The maximum number of iterations.
See Also