-
Notifications
You must be signed in to change notification settings - Fork 370
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 warning about synaptic plasticity mechanisms and precise spike timing #2137
Add warning about synaptic plasticity mechanisms and precise spike timing #2137
Conversation
…nto account warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clinssen looks good; Aside from a minor comment about wording, I noticed that the equations don't seem to render properly. The only thing looking a bit off is the lack of \\
at the end of the first line. Not sure if that will solve it.
models/jonke_synapse.h
Outdated
F_-(t) &= \exp((t - t_j^(k))/\tau_-) | ||
|
||
This makes it possible to implement update rules which approximate the | ||
rule of [1]_, e.g. the rules given in [2]_ and [3]_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rule of [1]_, e.g. the rules given in [2]_ and [3]_. | |
rule stated in [1]_, and for examples, the rules given in [2]_ and [3]_. |
…nto account warning
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, looks good, thanks!
Spin-off from #1840. For now, synaptic plasticity mechanisms will continue to ignore precise spike timing, because changing this is a larger project that raises further questions (to be addressed in #2035). To prevent confusion in the mean time, this PR adds warnings about this behaviour to all synaptic plasticity models that are affected.