Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:default_specifier

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
manual:default_specifier [2014/11/05 15:40] zenkemanual:default_specifier [2014/11/05 16:02] (current) zenke
Line 14: Line 14:
  
 In addition to that each neuron group may initialize and use additional [[StateVector|StateVectors]]. For instance, the ''get_state_vector("foobar")'' function returns the pointer to a [[StateVector]] with handle foobar. If the instance does not exist prior to the call, a new instance with that specifier will be created. In addition to that each neuron group may initialize and use additional [[StateVector|StateVectors]]. For instance, the ''get_state_vector("foobar")'' function returns the pointer to a [[StateVector]] with handle foobar. If the instance does not exist prior to the call, a new instance with that specifier will be created.
 +
 +Some neuron groups additionally use auxiliary or temporary variables which are often defined as [[StateVector|StateVectors]]. It is customary to begin their key with the prefix ''t_'' for "temporary". Note however, that also these temporary variables are stored alongside the neuron model when the network state is saved.
manual/default_specifier.txt · Last modified: 2014/11/05 16:02 by zenke