Click or drag to resize

FloatNonnegativeLeastSquaresMaxIterations Property

Gets the maximum number of iterations performed by the algorithm. Default is FloatNonnegativeLeastSquares.DEFAULT_MAX_ITERATIONS = 100000.

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

Property Value

Int32
See Also