-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
SuperNeuroABM needs a networkx parser. The networkx object should be saveable in a reasonable format (graphml, json, yaml) and have the following properties:
- vertices corresponding to soma
- edges corresponding to synapses
- vertices should have following attributes: soma breed, soma config (hyperparameters, internal states, learning), overrides
- edges should have the following attributes: synapse breed, synapse config (hyperparameters, internal states, learning), overrides
- breed and config attributes should map to the base configuration yaml file.
- overrides will override the default config values with custom values on a per synapse, per soma basis.
Metadata
Metadata
Assignees
Labels
No labels