CARLsim
5.0.0
CARLsim: a GPU-accelerated SNN simulator
|
The runtime configuration of a group. More...
#include <snn_datastructures.h>
Public Attributes | |
float | ALPHA_MINUS_EXC |
published by GroupConfig More... | |
float | ALPHA_MINUS_INB |
published by GroupConfig More... | |
float | ALPHA_PLUS_EXC |
published by GroupConfig More... | |
float | ALPHA_PLUS_INB |
published by GroupConfig More... | |
float | avgTimeScale |
published by GroupConfig More... | |
float | avgTimeScale_decay |
published by GroupConfig More... | |
float | avgTimeScaleInv |
published by GroupConfig More... | |
float | base5HT |
baseline concentration of Serotonin, published by GroupConfig More... | |
float | baseACh |
baseline concentration of Acetylcholine, published by GroupConfig More... | |
float | baseDP |
baseline concentration of Dopamine, published by GroupConfig More... | |
float | baseNE |
baseline concentration of Noradrenaline, published by GroupConfig More... | |
float | BETA_LTD |
published by GroupConfig More... | |
float | BETA_LTP |
published by GroupConfig More... | |
float | compCoupling [4] |
float | compCouplingDown |
float | compCouplingUp |
int | compNeighbors [4] |
float | decay5HT |
decay rate for Serotonin, published by GroupConfig More... | |
float | decayACh |
decay rate for Acetylcholine, published by GroupConfig More... | |
float | decayDP |
decay rate for Dopaamine, published by GroupConfig More... | |
float | decayNE |
decay rate for Noradrenaline, published by GroupConfig More... | |
float | DELTA |
published by GroupConfig More... | |
bool | FixedInputWts |
published by GroupConfigMD More... | |
float | GAMMA |
published by GroupConfig More... | |
int | gEndN |
published by GroupConfigMD More... | |
int | gGrpId |
published by GroupConfigMD More... | |
int | gStartN |
published by GroupConfigMD More... | |
int | GtoLOffset |
published by GroupConfigMD More... | |
bool | hasExternalConnect |
published by GroupConfigMD More... | |
float | homeostasisScale |
published by GroupConfig More... | |
bool | isLIF |
True = a LIF spiking group. More... | |
bool | isSpikeGenerator |
published by GroupConfig More... | |
bool | isSpikeGenFunc |
published by GroupConfig More... | |
float | KAPPA |
published by GroupConfig More... | |
float | LAMBDA |
published by GroupConfig More... | |
int | lEndN |
published by GroupConfigMD More... | |
int | lGrpId |
published by GroupConfigMD More... | |
int | lStartN |
published by GroupConfigMD More... | |
int | LtoGOffset |
published by GroupConfigMD More... | |
int8_t | MaxDelay |
published by GroupConfigMD More... | |
int | netId |
published by GroupConfigMD More... | |
int | Noffset |
the offset of spike generator (poisson) neurons [0, numNPois), published by GroupConfigMD More... | |
short | numCompNeighbors |
int | numN |
published by GroupConfig More... | |
int | numPostSynapses |
the total number of post-connections of a group, published by GroupConfigMD More... | |
int | numPreSynapses |
the total number of pre-connections of a group, published by GroupConfigMD More... | |
float | OMEGA |
published by GroupConfig More... | |
float | STP_A |
published by GroupConfig More... | |
float | STP_tau_u_inv |
published by GroupConfig More... | |
float | STP_tau_x_inv |
published by GroupConfig More... | |
float | STP_U |
published by GroupConfig More... | |
float | TAU_MINUS_INV_EXC |
published by GroupConfig More... | |
float | TAU_MINUS_INV_INB |
published by GroupConfig More... | |
float | TAU_PLUS_INV_EXC |
published by GroupConfig More... | |
float | TAU_PLUS_INV_INB |
published by GroupConfig More... | |
unsigned int | Type |
published by GroupConfig More... | |
bool | withCompartments |
bool | WithESTDP |
published by GroupConfig More... | |
STDPCurve | WithESTDPcurve |
published by GroupConfig More... | |
STDPType | WithESTDPtype |
published by GroupConfig More... | |
bool | WithHomeostasis |
published by GroupConfig More... | |
bool | WithISTDP |
published by GroupConfig More... | |
STDPCurve | WithISTDPcurve |
published by GroupConfig More... | |
STDPType | WithISTDPtype |
published by GroupConfig More... | |
bool | withParamModel_9 |
False = 4 parameter model; 1 = 9 parameter model. More... | |
bool | WithSTDP |
published by GroupConfig More... | |
bool | WithSTP |
published by GroupConfig More... | |
This structure contains the configurations of groups that are created by optimizeAndPartiionNetwork(), which is ready to be executed by computing backend.
Definition at line 374 of file snn_datastructures.h.
float ALPHA_MINUS_EXC |
Definition at line 411 of file snn_datastructures.h.
float ALPHA_MINUS_INB |
Definition at line 418 of file snn_datastructures.h.
float ALPHA_PLUS_EXC |
Definition at line 410 of file snn_datastructures.h.
float ALPHA_PLUS_INB |
Definition at line 417 of file snn_datastructures.h.
float avgTimeScale |
Definition at line 425 of file snn_datastructures.h.
float avgTimeScale_decay |
Definition at line 426 of file snn_datastructures.h.
float avgTimeScaleInv |
Definition at line 427 of file snn_datastructures.h.
float base5HT |
Definition at line 432 of file snn_datastructures.h.
float baseACh |
Definition at line 433 of file snn_datastructures.h.
float baseDP |
Definition at line 431 of file snn_datastructures.h.
float baseNE |
Definition at line 434 of file snn_datastructures.h.
float BETA_LTD |
Definition at line 420 of file snn_datastructures.h.
float BETA_LTP |
Definition at line 419 of file snn_datastructures.h.
float compCoupling[4] |
Definition at line 447 of file snn_datastructures.h.
float compCouplingDown |
Definition at line 445 of file snn_datastructures.h.
float compCouplingUp |
Definition at line 444 of file snn_datastructures.h.
int compNeighbors[4] |
Definition at line 446 of file snn_datastructures.h.
float decay5HT |
Definition at line 436 of file snn_datastructures.h.
float decayACh |
Definition at line 437 of file snn_datastructures.h.
float decayDP |
Definition at line 435 of file snn_datastructures.h.
float decayNE |
Definition at line 438 of file snn_datastructures.h.
float DELTA |
Definition at line 422 of file snn_datastructures.h.
bool FixedInputWts |
Definition at line 399 of file snn_datastructures.h.
float GAMMA |
Definition at line 412 of file snn_datastructures.h.
int gEndN |
Definition at line 378 of file snn_datastructures.h.
int gGrpId |
Definition at line 376 of file snn_datastructures.h.
int gStartN |
Definition at line 377 of file snn_datastructures.h.
int GtoLOffset |
Definition at line 383 of file snn_datastructures.h.
bool hasExternalConnect |
Definition at line 400 of file snn_datastructures.h.
float homeostasisScale |
Definition at line 428 of file snn_datastructures.h.
bool isLIF |
Definition at line 441 of file snn_datastructures.h.
bool isSpikeGenerator |
Definition at line 388 of file snn_datastructures.h.
bool isSpikeGenFunc |
Definition at line 389 of file snn_datastructures.h.
float KAPPA |
Definition at line 413 of file snn_datastructures.h.
float LAMBDA |
Definition at line 421 of file snn_datastructures.h.
int lEndN |
Definition at line 381 of file snn_datastructures.h.
int lGrpId |
Definition at line 379 of file snn_datastructures.h.
int lStartN |
Definition at line 380 of file snn_datastructures.h.
int LtoGOffset |
Definition at line 382 of file snn_datastructures.h.
int8_t MaxDelay |
Definition at line 402 of file snn_datastructures.h.
int netId |
Definition at line 375 of file snn_datastructures.h.
int Noffset |
Definition at line 401 of file snn_datastructures.h.
short numCompNeighbors |
Definition at line 448 of file snn_datastructures.h.
int numN |
Definition at line 385 of file snn_datastructures.h.
int numPostSynapses |
Definition at line 386 of file snn_datastructures.h.
int numPreSynapses |
Definition at line 387 of file snn_datastructures.h.
float OMEGA |
Definition at line 414 of file snn_datastructures.h.
float STP_A |
Definition at line 404 of file snn_datastructures.h.
float STP_tau_u_inv |
Definition at line 406 of file snn_datastructures.h.
float STP_tau_x_inv |
Definition at line 407 of file snn_datastructures.h.
float STP_U |
Definition at line 405 of file snn_datastructures.h.
float TAU_MINUS_INV_EXC |
Definition at line 409 of file snn_datastructures.h.
float TAU_MINUS_INV_INB |
Definition at line 416 of file snn_datastructures.h.
float TAU_PLUS_INV_EXC |
Definition at line 408 of file snn_datastructures.h.
float TAU_PLUS_INV_INB |
Definition at line 415 of file snn_datastructures.h.
unsigned int Type |
Definition at line 384 of file snn_datastructures.h.
bool withCompartments |
Definition at line 443 of file snn_datastructures.h.
bool WithESTDP |
Definition at line 392 of file snn_datastructures.h.
STDPCurve WithESTDPcurve |
Definition at line 396 of file snn_datastructures.h.
STDPType WithESTDPtype |
Definition at line 394 of file snn_datastructures.h.
bool WithHomeostasis |
Definition at line 398 of file snn_datastructures.h.
bool WithISTDP |
Definition at line 393 of file snn_datastructures.h.
STDPCurve WithISTDPcurve |
Definition at line 397 of file snn_datastructures.h.
STDPType WithISTDPtype |
Definition at line 395 of file snn_datastructures.h.
bool withParamModel_9 |
Definition at line 440 of file snn_datastructures.h.
bool WithSTDP |
Definition at line 391 of file snn_datastructures.h.
bool WithSTP |
Definition at line 390 of file snn_datastructures.h.