CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
|
The configuration of a group. More...
#include <snn_datastructures.h>
Public Member Functions | |
GroupConfig_s () | |
Public Attributes | |
ACNE12Config | acneConfig |
ACNE config at group level. More... | |
int | AxonPlast_TAU |
float | compCouplingDown |
float | compCouplingUp |
ConductanceConfig | conductanceConfig |
conductance config at group level More... | |
Grid3D | grid |
std::string | grpName |
HomeostasisConfig | homeoConfig |
IcalcType | icalcType |
calculation of input current is defined at group level and replaces the COBA/CUBA flags More... | |
bool | isLIF |
bool | isSpikeGenerator |
NeuralDynamicsConfig | neuralDynamicsConfig |
NeuromodulatorConfig | neuromodulatorConfig |
NM4STPConfig | nm4StpConfig |
NM4 weighted STP param. More... | |
NM4wConfig | nm4wConfig |
NM4 config at group level. More... | |
int | numN |
int | preferredNetId |
SpikeGeneratorCore * | spikeGenFunc |
STPConfig | stpConfig |
unsigned int | type |
bool | with_GABAb_rise |
replaces sim_with_GABAb_rise More... | |
bool | with_NMDA_rise |
replaces sim_with_NMDA_rise More... | |
bool | WithAxonPlast |
bool | withCompartments |
bool | WithDA_MOD |
True if at least one connection group is WithDA_MOD. More... | |
bool | withParamModel_9 |
False = 4 parameter model; 1 = 9 parameter model. More... | |
bool | WithPKA_PLC_MOD |
bool | WithSTDP |
True if at least one connection group is WithSTDP. 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 431 of file snn_datastructures.h.
|
inline |
Definition at line 432 of file snn_datastructures.h.
ACNE12Config acneConfig |
Definition at line 477 of file snn_datastructures.h.
int AxonPlast_TAU |
Definition at line 483 of file snn_datastructures.h.
float compCouplingDown |
Definition at line 456 of file snn_datastructures.h.
float compCouplingUp |
Definition at line 455 of file snn_datastructures.h.
ConductanceConfig conductanceConfig |
Definition at line 476 of file snn_datastructures.h.
Grid3D grid |
Definition at line 466 of file snn_datastructures.h.
std::string grpName |
Definition at line 446 of file snn_datastructures.h.
HomeostasisConfig homeoConfig |
Definition at line 470 of file snn_datastructures.h.
IcalcType icalcType |
Definition at line 473 of file snn_datastructures.h.
bool isLIF |
Definition at line 452 of file snn_datastructures.h.
bool isSpikeGenerator |
Definition at line 450 of file snn_datastructures.h.
NeuralDynamicsConfig neuralDynamicsConfig |
Definition at line 467 of file snn_datastructures.h.
NeuromodulatorConfig neuromodulatorConfig |
Definition at line 471 of file snn_datastructures.h.
NM4STPConfig nm4StpConfig |
Definition at line 479 of file snn_datastructures.h.
NM4wConfig nm4wConfig |
Definition at line 478 of file snn_datastructures.h.
int numN |
Definition at line 449 of file snn_datastructures.h.
int preferredNetId |
Definition at line 447 of file snn_datastructures.h.
SpikeGeneratorCore* spikeGenFunc |
Definition at line 464 of file snn_datastructures.h.
STPConfig stpConfig |
Definition at line 469 of file snn_datastructures.h.
unsigned int type |
Definition at line 448 of file snn_datastructures.h.
bool with_GABAb_rise |
Definition at line 475 of file snn_datastructures.h.
bool with_NMDA_rise |
Definition at line 474 of file snn_datastructures.h.
bool WithAxonPlast |
Definition at line 482 of file snn_datastructures.h.
bool withCompartments |
Definition at line 453 of file snn_datastructures.h.
bool WithDA_MOD |
Definition at line 459 of file snn_datastructures.h.
bool withParamModel_9 |
Definition at line 451 of file snn_datastructures.h.
bool WithPKA_PLC_MOD |
Definition at line 461 of file snn_datastructures.h.
bool WithSTDP |
Definition at line 458 of file snn_datastructures.h.