Click or drag to resize
LeastSquaresTrainerMaximumTrainingIterations Property
The maximum number of iterations used by the nonlinear least squares solver.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int MaximumTrainingIterations { get; set; }

Property Value

Type: Int32
An int which specifies the maximum number of iterations to be used by the nonlinear least squares solver.
Remarks
Its default value is 1000.
See Also