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

Refactor LPU code #12

Open
TK-21st opened this issue Feb 16, 2020 · 0 comments
Open

Refactor LPU code #12

TK-21st opened this issue Feb 16, 2020 · 0 comments

Comments

@TK-21st
Copy link
Member

TK-21st commented Feb 16, 2020

LPU.py used to be a mega-file that does all of the following in a single file:

  1. Parse networkx graphs
  2. Update connections, adding synapses as per needed
  3. Update components by adding delay and other memory management variables
  4. Setup variable memory
  5. pre_run, run_step, post_run

There is a need to cleanup the file for future development and potentially removing some extraneous functions.

This is tracked in feature/refactor branch starting at commit 3e77638

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

1 participant