Click or drag to resize

StrongWolfeLineSearch Constructor

Initializes a new instance of the StrongWolfeLineSearch class.

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

Parameters

c1  Double
The Armijo condition constant.
c2  Double
The curvature condition constant.
parameterTolerance  Double
The stopping tolerance for the step parameter.
maxIterations  Int32  (Optional)
The maximum number of iterations.
See Also