You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 theGraphs.jl
interfaceThe text was updated successfully, but these errors were encountered: