Click or drag to resize

LevenbergMarquardt2DLambdaDecreaseMinFac Field

When decreasing lambda, this sets the minimum decrease factor

Default value is 1.0/5.0. Values must be positive and in the range [0,1].

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 LambdaDecreaseMinFac

Field Value

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