Click or drag to resize

BackpropagationSettingsMaxIterations Field

The training is continued for the specified number of iterations unless the target error is reached earlier.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int MaxIterations

Field Value

Type: Int32
Remarks
The more iterations, the better chance to reach the target error.
See Also