CARLsim
5.0.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <snn_datastructures.h>
Public Member Functions | |
STDPConfig_s () | |
Public Attributes | |
float | ALPHA_MINUS_EXC |
float | ALPHA_MINUS_INB |
float | ALPHA_PLUS_EXC |
float | ALPHA_PLUS_INB |
float | BETA_LTD |
float | BETA_LTP |
float | DELTA |
float | GAMMA |
float | KAPPA |
float | LAMBDA |
float | OMEGA |
float | TAU_MINUS_INV_EXC |
float | TAU_MINUS_INV_INB |
float | TAU_PLUS_INV_EXC |
float | TAU_PLUS_INV_INB |
bool | WithESTDP |
STDPCurve | WithESTDPcurve |
STDPType | WithESTDPtype |
bool | WithISTDP |
STDPCurve | WithISTDPcurve |
STDPType | WithISTDPtype |
bool | WithSTDP |
Definition at line 222 of file snn_datastructures.h.
|
inline |
Definition at line 223 of file snn_datastructures.h.
float ALPHA_MINUS_EXC |
Definition at line 236 of file snn_datastructures.h.
float ALPHA_MINUS_INB |
Definition at line 243 of file snn_datastructures.h.
float ALPHA_PLUS_EXC |
Definition at line 235 of file snn_datastructures.h.
float ALPHA_PLUS_INB |
Definition at line 242 of file snn_datastructures.h.
float BETA_LTD |
Definition at line 245 of file snn_datastructures.h.
float BETA_LTP |
Definition at line 244 of file snn_datastructures.h.
float DELTA |
Definition at line 247 of file snn_datastructures.h.
float GAMMA |
Definition at line 237 of file snn_datastructures.h.
float KAPPA |
Definition at line 238 of file snn_datastructures.h.
float LAMBDA |
Definition at line 246 of file snn_datastructures.h.
float OMEGA |
Definition at line 239 of file snn_datastructures.h.
float TAU_MINUS_INV_EXC |
Definition at line 234 of file snn_datastructures.h.
float TAU_MINUS_INV_INB |
Definition at line 241 of file snn_datastructures.h.
float TAU_PLUS_INV_EXC |
Definition at line 233 of file snn_datastructures.h.
float TAU_PLUS_INV_INB |
Definition at line 240 of file snn_datastructures.h.
bool WithESTDP |
Definition at line 227 of file snn_datastructures.h.
STDPCurve WithESTDPcurve |
Definition at line 231 of file snn_datastructures.h.
STDPType WithESTDPtype |
Definition at line 229 of file snn_datastructures.h.
bool WithISTDP |
Definition at line 228 of file snn_datastructures.h.
STDPCurve WithISTDPcurve |
Definition at line 232 of file snn_datastructures.h.
STDPType WithISTDPtype |
Definition at line 230 of file snn_datastructures.h.
bool WithSTDP |
Definition at line 226 of file snn_datastructures.h.