wsphillips / Conductor.jl

Choo-choo
MIT License
60 stars 12 forks source link

Support graph like objects for `NeuronalNetworkSystem` #24

Open wsphillips opened 2 years ago

wsphillips commented 2 years ago

We should allow construction and manipulation of neuronal networks as a graph object instead of explicit adjacency lists (e.g. Vector{Synapse}). Ideally we should support multilayer graphs that are compatible with the Graphs.jl interface

ChrisRackauckas commented 2 years ago

Generations of connections from a Graphs.jl graph seems like something that could be upstreamed to ModelingToolkit?