Click or drag to resize

LevenbergMarquardtLambdaCutRel Field

Relative lambda value deceding when to set lambda to zero, in order to try to get quadratic convergence close to the solution.

Default value is zero (disabled). Values must be positive and reasonable values are in the range [0,1], where a value close to zero will change behavior seldomly.

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 LambdaCutRel

Field Value

Type: Double
Remarks
Not used by the Newton-Raphson method
See Also