Click or drag to resize

LevenbergMarquardtMaxLineSearchIter Property

Maximum number of line search iterations. Default 0.

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

Property Value

Type: Int32
Remarks
Setting this to more than 0 means that the search direction is halfed/doubled recursively until a best possible value of the residual is found, though at most MaxLineSearchIter number of times.
See Also