Click or drag to resize

DoubleIterativelyReweightedLeastSq(Int32) Constructor

Constructs a DoubleIterativelyReweightedLeastSq instance with the given maximum iterations and tolerance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleIterativelyReweightedLeastSq(
	int maxIterations
)

Parameters

maxIterations  Int32
The maximum iterations to be performed. The algorithm will be terminated when it converges or the maximum number of iterations has been reached, which ever comes first.
See Also