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

Fix Networks, implement NetworkSystem #15

Closed
wsphillips opened this issue Sep 21, 2021 · 1 comment
Closed

Fix Networks, implement NetworkSystem #15

wsphillips opened this issue Sep 21, 2021 · 1 comment

Comments

@wsphillips
Copy link
Owner

Network is no longer working after the updates to ConductanceSystem and CompartmentSystem. It should be fixed by writing a NetworkSystem that similar implements the ModelingToolkit system interface.

The default constructor for NetworkSystem should support taking a Metagraph or similar datastrcuture capable of describing network topology, neuron types, synapse types and weights.

For now we will create a directly coupled system of equations. Future features may include spike-triggered discrete synaptic events.

@wsphillips
Copy link
Owner Author

NeuronalNetworkSystem now implemented by #18

Support for graph objects as input punted to #24

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