55 void init(
unsigned int);
67 void run(
float,
unsigned int);
void output_state(FILE *, unsigned int)
Method for copying from device and writing out to file of the entire state of the model...
Definition: map_classol.cc:321
void write_pnkcsyns(FILE *)
Method for writing the conenctivity between PNs and KCs back into file.
Definition: map_classol.cc:142
unsigned int size_g
Definition: map_classol.h:50
void write_kcdnsyns(FILE *)
Method to write the connectivity between KCs and DNs (detector neurons) to a file.
Definition: map_classol.cc:203
void free_device_mem()
Methods for unallocating the memory for input patterns on the GPU device.
Definition: map_classol.cc:87
Definition: modelSpec.h:147
unsigned int sumKC
Definition: map_classol.h:49
void generate_baserates()
Method for calculating the baseline rates of the Poisson input neurons.
Definition: map_classol.cc:266
NNmodel model
Definition: map_classol.h:40
unsigned int * pattern
Definition: map_classol.h:42
unsigned int sumDN
Definition: map_classol.h:49
void init(unsigned int)
Method for initialising variables.
Definition: map_classol.cc:49
void output_spikes(FILE *, unsigned int)
Method for writing the spikes occurred in the last time step to a file.
Definition: map_classol.cc:423
unsigned int * d_pattern
Definition: map_classol.h:46
void get_kcdnsyns()
Method for copying the synaptic conductances of the learning synapses between KCs and DNs (detector n...
Definition: map_classol.cc:461
void allocate_device_mem_patterns()
Method for allocating memory on the GPU device to hold the input patterns.
Definition: map_classol.cc:68
unsigned int sumLHI
Definition: map_classol.h:49
void sum_spikes()
Method for summing up spike numbers.
Definition: map_classol.cc:448
unsigned int sumPN
Definition: map_classol.h:49
classol()
Definition: map_classol.cc:31
unsigned int * baserates
Definition: map_classol.h:43
void run(float, unsigned int)
Method for simulating the model for a given period of time.
Definition: map_classol.cc:282
void read_pnkcsyns(FILE *)
Method for reading the connectivity between PNs and KCs from a file.
Definition: map_classol.cc:111
void read_kcdnsyns(FILE *)
Method for reading the connectivity between KCs and DNs (detector neurons) from a file...
Definition: map_classol.cc:185
void read_input_patterns(FILE *)
Method for reading the input patterns from a file.
Definition: map_classol.cc:248
void getSpikeNumbersFromGPU()
Method for copying the number of spikes in all neuron populations that have occurred during the last ...
Definition: map_classol.cc:413
~classol()
Definition: map_classol.cc:98
void write_pnlhisyns(FILE *)
Method for writing the connectivity between PNs and LHIs to a file.
Definition: map_classol.cc:172
void read_pnlhisyns(FILE *)
Method for reading the connectivity between PNs and LHIs from a file.
Definition: map_classol.cc:155
void getSpikesFromGPU()
Method for copying all spikes of the last time step from the GPU.
Definition: map_classol.cc:401
unsigned int * d_baserates
Definition: map_classol.h:47
void read_sparsesyns_par(int, struct Conductance, FILE *, FILE *, FILE *)
Definition: map_classol.cc:210
unsigned int * theRates
Definition: map_classol.h:41
This class cpontains the methods for running the MBody1 example model.
Definition: map_classol.h:37