Here is Backpropogation algorithm declaration of Encog:
var train = new Backpropogation(network, trainingSet, learningRate, momentum);
Today I discovered for myself purpose of momentum paramether.
Here we have error function with global minimum and three local minimums....