Click or drag to resize
QuasiNewtonTrainerMaximumTrainingIterations Property
The maximum number of iterations to use in a training.

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 representing the maximum number of training iterations.
Remarks
By default, MaximumTrainingIterations = 100.
See Also