Click or drag to resize

LevenbergMarquardtMinimizerWithConstraintsNonAllocatingScales Property

Gets the scale factors used for the parameters. Set automatically if not provided by the caller.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public Vector<double>? Scales { get; }

Property Value

VectorDouble
See Also