Click or drag to resize

LevenbergMarquardtMinimizerNonAllocatingWrappedParametersParameterScaleUpdatePeriod 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.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int ParameterScaleUpdatePeriod { get; set; }

Property Value

Int32
See Also