The maximum number of iterations used by the nonlinear least squares
solver.
Namespace:
Imsl.DataMining.Neural
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int MaximumTrainingIterations { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property MaximumTrainingIterations As Integer |
Visual C++ |
---|
public: virtual property int MaximumTrainingIterations { int get (); void set (int value); } |
Field Value
An int which specifies the maximum number of iterations to be used by the nonlinear least squares solver.
Remarks
Its default value is 1000.