LevenbergMarquardt2DEpsilon Property |
Epsilon, used in stopping criteria
Default value is 1e-9
Namespace:
DHI.Mike1D.Generic.MathAlgorithms
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public double Epsilon { get; set; }
Property Value
Type:
DoubleRemarks
Stopping criteria is on the form:
|x_new -x_old|^2 < Epsilon^2*(|x_new|^2+|x_old|^2+1)
See Also