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.

Definition

Namespace: DHI.Mike1D.Generic.MathAlgorithms
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool UseLm { get; set; }

Property Value

Boolean

See Also