Click or drag to resize

LevenbergMarquardt2DUseLm Property

Flag whether a LM algorithm should be used. Default true. If set to false the Newton-Raphson method will be used. The Newton-Raphson method can only be used for finding zeros, not for minimizing.

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 bool UseLm { get; set; }

Property Value

Type: Boolean
See Also