26 #ifndef WEIGHTCHECKER_H_ 27 #define WEIGHTCHECKER_H_
The abstract base class for all Connection objects in Auryn.
Definition: Connection.h:53
AurynFloat AurynWeight
Unit of synaptic weights.
Definition: auryn_definitions.h:159
Definition: ABSConnection.h:38
virtual bool propagate()
Definition: WeightChecker.cpp:61
WeightChecker(Connection *source, AurynFloat max)
The default constructor.
Definition: WeightChecker.cpp:30
float AurynFloat
Low precision floating point datatype.
Definition: auryn_definitions.h:157
The abstract base class for all checkers.
Definition: Checker.h:47
NeuronID AurynTime
Defines Auryns discrete time unit of the System clock. Change to AurynLong if 120h of simtime are not...
Definition: auryn_definitions.h:155
A Checker class that tracks the meain weight of a Connection and breaks a run if it goes out of bound...
Definition: WeightChecker.h:42
virtual ~WeightChecker()
Definition: WeightChecker.cpp:40