Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagation.iteration(int count) does not iterate 'count' times #16

Closed
lukka opened this issue Sep 20, 2011 · 1 comment
Closed

Propagation.iteration(int count) does not iterate 'count' times #16

lukka opened this issue Sep 20, 2011 · 1 comment
Assignees

Comments

@lukka
Copy link

lukka commented Sep 20, 2011

The method Propagation.iteration(final int) in file java/org/encog/neural/networks/training/propagation/Propagation.java
does not iterate 'count' times as expected, the code indeed shows that no loop is implemented in there, and it does just one single iteration.

This is with commit 986d075.

@jeffheaton
Copy link
Owner

Corrected this, thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants