Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:checker

This is an old revision of the document!


Checker

Checker is one of Auryn's abstract base classes. Any descendant of it is a “checker”. That mean it is an object that performs minimalistic online run-monitoring of your simulation and stops the simulation if something goes wrong. Checkers are called last during the Auryn duty cycle, after the Monitor objects, and can terminate a run in any time step. It might take MINDELAY time until all other ranks are notified of this run termination, in case a Checker only triggers locally on one rank, which can happen.

The most standard Checker which should be included at least once in every Auryn simulation is the RateChecker.

manual/checker.1434261956.txt.gz · Last modified: 2015/06/14 06:05 by zenke