LevenbergMarquardtMinimizerWithConstraintsNonAllocatingParameterScaleUpdatePeriod Property |
Gets or sets the number of iterations after which the parameter scale is updated
(if no user-provided scale was set). Default is
1 (update every iteration).
Set to
MaxValue to disable automatic scale updates.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic int ParameterScaleUpdatePeriod { get; set; }Property Value
Int32
See Also