CARLsim
5.0.0
CARLsim: a GPU-accelerated SNN simulator
|
The configuration of a group. More...
#include <snn_datastructures.h>
Public Member Functions | |
GroupConfig_s () | |
Public Attributes | |
float | compCouplingDown |
float | compCouplingUp |
Grid3D | grid |
std::string | grpName |
HomeostasisConfig | homeoConfig |
bool | isLIF |
bool | isSpikeGenerator |
NeuralDynamicsConfig | neuralDynamicsConfig |
NeuromodulatorConfig | neuromodulatorConfig |
int | numN |
int | preferredNetId |
SpikeGeneratorCore * | spikeGenFunc |
STDPConfig | stdpConfig |
STPConfig | stpConfig |
unsigned int | type |
bool | withCompartments |
bool | withParamModel_9 |
False = 4 parameter model; 1 = 9 parameter model. More... | |
This structure contains the configuration of groups that are created during configuration state. The configurations are later processed by compileNetwork() and translated to meata data which are ready to be linked.
Definition at line 302 of file snn_datastructures.h.
|
inline |
Definition at line 303 of file snn_datastructures.h.
float compCouplingDown |
Definition at line 317 of file snn_datastructures.h.
float compCouplingUp |
Definition at line 316 of file snn_datastructures.h.
Grid3D grid |
Definition at line 321 of file snn_datastructures.h.
std::string grpName |
Definition at line 307 of file snn_datastructures.h.
HomeostasisConfig homeoConfig |
Definition at line 325 of file snn_datastructures.h.
bool isLIF |
Definition at line 313 of file snn_datastructures.h.
bool isSpikeGenerator |
Definition at line 311 of file snn_datastructures.h.
NeuralDynamicsConfig neuralDynamicsConfig |
Definition at line 322 of file snn_datastructures.h.
NeuromodulatorConfig neuromodulatorConfig |
Definition at line 326 of file snn_datastructures.h.
int numN |
Definition at line 310 of file snn_datastructures.h.
int preferredNetId |
Definition at line 308 of file snn_datastructures.h.
SpikeGeneratorCore* spikeGenFunc |
Definition at line 319 of file snn_datastructures.h.
STDPConfig stdpConfig |
Definition at line 323 of file snn_datastructures.h.
STPConfig stpConfig |
Definition at line 324 of file snn_datastructures.h.
unsigned int type |
Definition at line 309 of file snn_datastructures.h.
bool withCompartments |
Definition at line 314 of file snn_datastructures.h.
bool withParamModel_9 |
Definition at line 312 of file snn_datastructures.h.