Click or drag to resize

LevenbergMarquardt2DLambdaScaling Property

Scaling factor in J^T*J+lambda*I, replacing the diagonal of I by those in LambdaScaling

By default they are [1,1]. They can not be negative.

Namespace:  DHI.Mike1D.Generic.MathAlgorithms
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double[] LambdaScaling { get; set; }

Property Value

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