Conductor.jl
Conductor.jl copied to clipboard
Support graph like objects for `NeuronalNetworkSystem`
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
Generations of connections from a Graphs.jl graph seems like something that could be upstreamed to ModelingToolkit?