Click or drag to resize

LevenbergMarquardtTolG Property

Tolerance value for steepest descent direction, used in stopping criteria, stopping when:
||g||_inf <= TolG

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
C#
public double TolG { get; set; }

Property Value

Type: Double
See Also