Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:simulator_structure

Simulator Structure

Most objects in Auryn that have a direct network function can be subdivided into SpikingGroup, Connection and Monitor. These three base classes implement the important interfaces that are called consecutively during the Auryn duty cycle. Instances of their descendants are registered and managed by the System class, an instance of which is global to each Auryn simulation. Similarly global is the the Logger class which takes care of logging output on the console and into log files.

The most complete description of available classes and how to use them you will find in the doxygen generated class library available at https://fzenke.net/auryn/doxygen/current/.

manual/simulator_structure.txt · Last modified: 2019/02/19 12:21 by zenke