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