LPU.py used to be a mega-file that does all of the following in a single file:
- Parse networkx graphs
- Update connections, adding synapses as per needed
- Update components by adding delay and other memory management variables
- Setup variable memory
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
LPU.pyused to be a mega-file that does all of the following in a single file:pre_run,run_step,post_runThere is a need to cleanup the file for future development and potentially removing some extraneous functions.
This is tracked in
feature/refactorbranch starting at commit 3e77638