LevenbergMarquardtOptimizer.AutoScale Property

Gets or sets whether scaling should be used.

Definition

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

Property Value

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

See Also