LevenbergMarquardt2DMaxLineSearchIter Property |
Maximum number of line search iterations. Default 0.
Namespace:
DHI.Mike1D.Generic.MathAlgorithms
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public int MaxLineSearchIter { get; set; }
Property Value
Type:
Int32Remarks
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