denniskb / spice2

The Spice SNN Simulator
Other
6 stars 0 forks source link

Assert plasticity of synapse #14

Closed denniskb closed 2 years ago

denniskb commented 2 years ago

Nowhere in the code do we actually assert/require that a synapse be plastic. We merely test for it and skip the update step if the synapse isn't plastic. What if the user attempted to write a plastic synapse though but failed? They wouldn't receive any feedback about their synapse type being ill-formed.