Skip to content

Networkx Parser #57

@chathika

Description

@chathika

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions