LevenbergMarquardtMinimizerNonAllocatingParameterScaleUpdatePeriod Property |
Gets or sets the number of iterations after which the parameter scale is updated (if no user-provided scale was set).
The default value is
1, which means the parameter scale is updated in each iteration.
Set the value to
MaxValue if no scale update is necessary.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic int ParameterScaleUpdatePeriod { get; set; }Property Value
Int32
See Also