Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:neurongroup

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
manual:neurongroup [2018/02/07 08:34] – [List of Auryn neuron groups] zenkemanual:neurongroup [2018/02/07 08:34] – [List of Auryn neuron groups] zenke
Line 4: Line 4:
 NeuronGroup is the virtual base class [[http://fzenke.net/auryn/doxygen/current/classauryn_1_1NeuronGroup.html|of all neuron models]] within Auryn. It directly derives from [[SpikingGroup]] and implements important functionality which allows neurons to receive spikes. They are therefore the default target or destination type for [[Connection]] objects. Each non-virtual child of NeuronGroup has to implement the method ''evolve()'' which is called in every time step during simulations and is responsible to "evolve" the neural state variables. NeuronGroup is the virtual base class [[http://fzenke.net/auryn/doxygen/current/classauryn_1_1NeuronGroup.html|of all neuron models]] within Auryn. It directly derives from [[SpikingGroup]] and implements important functionality which allows neurons to receive spikes. They are therefore the default target or destination type for [[Connection]] objects. Each non-virtual child of NeuronGroup has to implement the method ''evolve()'' which is called in every time step during simulations and is responsible to "evolve" the neural state variables.
  
-===== List of Auryn neuron groups =====+===== List of Auryn neuron models =====
  
  
manual/neurongroup.txt · Last modified: 2018/02/07 08:41 by zenke