Documentation For Encog 2.x

Backpropagation.Momentum Property

The momentum for training. This is the degree to which changes from which the previous training iteration will affect this training iteration. This can be useful to overcome local minima.

public double Momentum { public get; public set; }

Implements

IMomentum.Momentum

See Also

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