Click or drag to resize

DoubleIterativelyReweightedLeastSqMaxIterations Property

Gest and set the maximum number of iterations. The algorithm will be terminated when it converges or the maximum number of iterations has been reached, which ever comes first.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int MaxIterations { get; set; }

Property Value

Int32
See Also