Click or drag to resize

LevenbergMarquardtUseLm 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 in generel, and only for square systems, dimx = dimf.

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public bool UseLm { get; set; }

Property Value

Type: Boolean
See Also