Click or drag to resize

LevenbergMarquardt2DTolX Property

Tolerance value for change in parameter vector, used in stopping criteria, stopping when:
||dx||_2 <= TolX*(||x||_2 + TolX)
It combines a relative and absolute stopping criteria

Default value is 1e-9.

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 TolX { get; set; }

Property Value

Type: Double
See Also