-
Notifications
You must be signed in to change notification settings - Fork 44
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
Use structures to describe STDP config #930
Conversation
Part of my long-term plan to expunge plain address arithmetic
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.
This looks fine to me, though I didn't notice a sPyNNaker8 branch to run the integration tests for it?
The trigger's now cooking |
neural_modelling/src/neuron/plasticity/stdp/timing_dependence/timing_vogels_2011_impl.c
Show resolved
Hide resolved
neural_modelling/src/neuron/plasticity/stdp/weight_dependence/weight_additive_one_term_impl.c
Show resolved
Hide resolved
neural_modelling/src/neuron/plasticity/stdp/weight_dependence/weight_additive_two_term_impl.c
Show resolved
Hide resolved
neural_modelling/src/neuron/plasticity/stdp/weight_dependence/weight_multiplicative_impl.c
Show resolved
Hide resolved
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.
Ignore my silly comments. This all looks good (and master isn't broken thankfully)
I'd like to think I'd have noticed STDP was broken in master before now... ;) |
Part of my long-term plan to expunge plain address arithmetic; part of what I was doing in #857