Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:weightmonitor

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
manual:weightmonitor [2016/08/22 17:14] – [Adding a specific synaptic connection] zenkemanual:weightmonitor [2017/04/24 19:14] (current) – Changes links to fzenke.net zenke
Line 3: Line 3:
 This class monitors one or multiple synaptic weights over time and writes them to a human readable ASCII file. This class monitors one or multiple synaptic weights over time and writes them to a human readable ASCII file.
 For the full class reference see its For the full class reference see its
-[[http://www.fzenke.net/auryn/doxygen/current/classauryn_1_1WeightMonitor.html|doxygen page]].+[[http://fzenke.net/auryn/doxygen/current/classauryn_1_1WeightMonitor.html|doxygen page]].
 ===== Usage example ===== ===== Usage example =====
  
Line 28: Line 28:
 ==== Adding a specific synaptic connection ==== ==== Adding a specific synaptic connection ====
  
-If you are interested in a specific synaptic connection, you can add it to the list using the pre and post indicives ([[NeuronID]])+If you are interested in a specific synaptic connection, you can add it to the list using the pre and post indices ([[NeuronID]])
 <code c++> <code c++>
 wmon->add_to_list( pre, post ); wmon->add_to_list( pre, post );
Line 84: Line 84:
  
 For additional ways of loading weights to the least also see: For additional ways of loading weights to the least also see:
-http://www.fzenke.net/auryn/doxygen/current/classauryn_1_1WeightMonitor.html+http://fzenke.net/auryn/doxygen/current/classauryn_1_1WeightMonitor.html
  
  
manual/weightmonitor.txt · Last modified: 2017/04/24 19:14 by zenke