Skip to content
New issue

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

Add AdEx cells. #2230

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Conversation

thorstenhater
Copy link
Contributor

@thorstenhater thorstenhater commented Nov 7, 2023

Add Adaptive Exponential Cells to Arbor. Motivation here is to add another useful cell kind before considering two major features:

  1. Branching out Cell Group support by offering a plugin interface like the mechanism ABI. Finding a proper abstraction should be easier by having 3+2 examples instead of 2+2.
  2. Adding support for custom synapse dynamics on point models.

Logically though, 2. should go before 1. since a plugin interface should declare how and if custom synapses are handled...

Closes #1832

More on request.

Copy link
Collaborator

@ErbB4 ErbB4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good and I will come back to comment again after I use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have more cell types builtin (e.g. Izhikevich) to improve NeuroML compat
2 participants