We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 #347 (work in progress)
The text was updated successfully, but these errors were encountered:
moose.BehavNeuron is implemented. Related to BhallaLab#346 .
73a47a1
Stale issue message
Sorry, something went wrong.
dilawar
No branches or pull requests
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 #347 (work in progress)
The text was updated successfully, but these errors were encountered: