Click or drag to resize

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

Property Value

Int32
See Also