LevenbergMarquardt2DTolG Property |
Tolerance value for steepest descent direction, used in stopping criteria,
stopping when:
Default value is 1e-6. It is recommended to set a lower value
when not using LM (UseLm).
Namespace:
DHIMath.Numerics
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public double TolG { get; set; }
Property Value
Type:
DoubleSee Also