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, that means the parameter scale is updated in each iteration.
Set the value to int.MaximumValue if no scale update is neccessary.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int ParameterScaleUpdatePeriod { get; set; }
Property Value
Int32See Also