encog-java-core icon indicating copy to clipboard operation
encog-java-core copied to clipboard

Freeform Propagation Training - layerDelta Add not Set?

Open automenta opened this issue 4 years ago • 0 comments

https://github.com/jeffheaton/encog-java-core/blob/06bed745403a1a670675b606b6ae483fbf7a6b97/src/main/java/org/encog/neural/freeform/training/FreeformPropagationTraining.java#L160

should this be: fromNeuron.addTempTraining(0, layerDelta);

since the existing stored value is not always zero (from previous iterations of the same training).

unit tests still pass after this change.

automenta avatar Jul 16 '21 23:07 automenta