Closed sanjayankur31 closed 8 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.
Awesome! I'll work on it and open a pull request when I'm done. Cheers!
Any news on this?
Just implemented a WeightChecker. It's in the develop branch in will be included in the next release.
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?