Open dilawar opened 5 years ago
This ticket is for tracking the progress on brian2 like capabilities of network description and simulation of neural network. E.g. https://brian2.readthedocs.io/en/stable/user/models.html
In particular,
moose.BehavNeuron
moose.BehavSynpase
NeuronGroup
SynapseGroup
PR implments these features https://github.com/BhallaLab/moose-core/pull/347 (work in progress)
Stale issue message
This ticket is for tracking the progress on brian2 like capabilities of network description and simulation of neural network. E.g. https://brian2.readthedocs.io/en/stable/user/models.html
In particular,
moose.BehavNeuron
andmoose.BehavSynpase
. Their behaviour is given by o.d.e.sNeuronGroup
andSynapseGroup
which setup network using BehavNeuron and BehavSynapse.PR implments these features https://github.com/BhallaLab/moose-core/pull/347 (work in progress)