Click or drag to resize

MultipleCurveFit(Int32) Constructor

Constructs a MultipleCurveFit object with the minimizer using the given maximum number of iterations to perform.

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

Parameters

maxIterations  Int32
The maximum number of iterations to be performed by the minimizer.
See Also