Documentation For Encog 2.x

Propagation.Iteration Method

Perform one iteration of training. Note: if you get a StackOverflowError while training, then you have endless recurrent loops. Try inserting no trainable synapses on one side of the loop.

public override void Iteration();

Implements

ITrain.Iteration

See Also

Propagation Class | Encog.Neural.Networks.Training.Propagation Namespace