Click or drag to resize

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

Property Value

Int32
See Also