Conductor.jl icon indicating copy to clipboard operation
Conductor.jl copied to clipboard

Support graph like objects for `NeuronalNetworkSystem`

Open wsphillips opened this issue 3 years ago • 1 comments

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

wsphillips avatar May 17 '22 18:05 wsphillips

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

ChrisRackauckas avatar May 27 '22 14:05 ChrisRackauckas