LevenbergMarquardt2DLambdaScaling Property |
Scaling factor in J'*J+lambda*I, replacing
the diagonal of I by those in
LambdaScaling
By default they are [1,1]. They can not be negative.
Namespace:
DHIMath.Numerics
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public double[] LambdaScaling { get; set; }
Property Value
Type:
DoubleRemarks
Not used by the Newton-Raphson method
See Also