You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I currently tested around with SCG training method and added a "EndIterationsStrategy" to the train method. I executed the training with EncogUtility.trainToError and expected to stop either at the reached error rate or after the specified number of iterations.
This was working, when I used the ResilientPropagation train method, but for SCG, it didn't stop. While checking the "iteration()" method in ScaledConjugateGradient, I didn't find a "postIterations()" method (like the Propagation "iterations()" method), to call this for the EndIterationsStrategy strategy, so I assume, it's missing. Am I right?
I'm using the 3.2.0 released version.
regards,
Winfried
The text was updated successfully, but these errors were encountered:
Hello,
I currently tested around with SCG training method and added a "EndIterationsStrategy" to the train method. I executed the training with EncogUtility.trainToError and expected to stop either at the reached error rate or after the specified number of iterations.
This was working, when I used the ResilientPropagation train method, but for SCG, it didn't stop. While checking the "iteration()" method in ScaledConjugateGradient, I didn't find a "postIterations()" method (like the Propagation "iterations()" method), to call this for the EndIterationsStrategy strategy, so I assume, it's missing. Am I right?
I'm using the 3.2.0 released version.
regards,
Winfried
The text was updated successfully, but these errors were encountered: