LevenbergMarquardtOptimizer.AutoScale Property

Gets or sets whether scaling should be used.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool AutoScale { get; set; }

Property Value

Boolean
true if scaling is to be used; otherwise false.

See Also