StrongWolfeLineSearch Constructor |
Namespace: Altaxo.Calc.Optimization.LineSearchAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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