Auryn simulator
v0.8.1-206-gb56e451
Plastic Spiking Neural Network Simulator
|
#include "auryn_definitions.h"
#include "AurynVector.h"
#include "Monitor.h"
#include "System.h"
#include "SparseConnection.h"
#include <fstream>
#include <iomanip>
Go to the source code of this file.
Classes | |
class | auryn::WeightMonitor |
Monitors the evolution of a single or a set of weights. More... | |
Namespaces | |
auryn | |
Enumerations | |
enum | auryn::RecordingMode { auryn::SINGLE, auryn::DATARANGE, auryn::ELEMENTLIST, auryn::GROUPS } |
enum | auryn::PatternMode { auryn::ALLTOALL, auryn::ASSEMBLIES_ONLY } |