BfgsBMinimizer Constructor |
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BfgsBMinimizer(
double gradientTolerance,
double parameterTolerance,
double functionProgressTolerance,
int maximumIterations = 1000
)
Parameters
- gradientTolerance Double
- The stopping threshold for the gradient norm.
- parameterTolerance Double
- The stopping threshold for parameter changes.
- functionProgressTolerance Double
- The stopping threshold for function progress.
- maximumIterations Int32 (Optional)
- The maximum number of iterations.
See Also