Click or drag to resize

LevenbergMarquardt2DLambdaUpdateFactor Field

When updating lambda, an optimal update factor is calculated. This scales the update factor. Set greater than 1 in order to get a larger lambda, which can increase stability.

Default value is 1. Value must be positive and larger than 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 LambdaUpdateFactor

Field Value

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