Andrew Rowley
Andrew Rowley
### Which node are you reporting an issue on? Node-red-node-google ### What are the steps to reproduce? 1. Add calendar node 2. Add credentials and enter client id and secret...
Once #1195 is merged, this can follow. Updates the way data specification is done to make things faster, using repeated data specification from various parts and caching it.
Once #1196 is merged, this can follow. Adds "colours" to allow processing of spikes from previous time steps provided the delays are big enough to cope with the difference.
In the current code, it is possible only to read the weights once the simulation is completed. This is due to a check in Projection that the simulation "has_run". If...
It seems this version causes some issues in our software
If you create a population with an input device e.g. a retina, and the call activate_live_output_for, the device is not put in the database so you can't read the live...
When the end of the simulation is reached, STDP should be activated at the post-neuron side as if a pre-spike has arrived. This would make it do any final weight...
It seems that if the post-neuron spikes followed by the pre-neuron, the initial spikes from the post-neuron don't cause depression. There doesn't seem to be a reason why this is.
It is possible to compile the C code and then have the python code generate data structures for the wrong compilation option, the most obvious being the master population table....
Make it possible to have different parameters for the same STDP rule on multiple connections. This would require additional DTCM, but this would then be up to the user as...