fzenke / auryn

Auryn: A fast simulator for spiking neural networks with synaptic plasticity
https://fzenke.net/auryn/
GNU General Public License v3.0
98 stars 42 forks source link

Add a weight checker #9

Closed sanjayankur31 closed 8 years ago

sanjayankur31 commented 9 years ago

Do you think a weight checker would be a nice addition? Similar to the Rate checker, it'll break the run if the weights of a certain synapse set go out of bounds? This will be come in handy when people want to ensure that their simulations stay in certain limits - maybe biologically plausible limits?

fzenke commented 9 years ago

Sounds like a great idea indeed! That's exactly why Checkers were implemented as one of the abstract base classes. Add one, please ;-)

On 02/17/2015 04:37 PM, Ankur Sinha wrote:

Do you think a weight checker would be a nice addition? Similar to the Rate checker, it'll break the run if the weights of a certain synapse set go out of bounds? This will be come in handy when people want to ensure that their simulations stay in certain limits - maybe biologically plausible limits?

— Reply to this email directly or view it on GitHub https://github.com/fzenke/auryn/issues/9.

sanjayankur31 commented 9 years ago

Awesome! I'll work on it and open a pull request when I'm done. Cheers!

fzenke commented 8 years ago

Any news on this?

fzenke commented 8 years ago

Just implemented a WeightChecker. It's in the develop branch in will be included in the next release.