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