CARLsim
6.1.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 |
int | NM_PKA |
int | NM_PLC |
float | OMEGA |
float | TAU_MINUS_INV_EXC |
float | TAU_MINUS_INV_INB |
float | TAU_PLUS_INV_EXC |
float | TAU_PLUS_INV_INB |
float | W_PKA |
float | W_PLC |
bool | WithESTDP |
STDPCurve | WithESTDPcurve |
STDPType | WithESTDPtype |
bool | WithISTDP |
STDPCurve | WithISTDPcurve |
STDPType | WithISTDPtype |
bool | WithSTDP |
Definition at line 102 of file snn_datastructures.h.
|
inline |
Definition at line 103 of file snn_datastructures.h.
float ALPHA_MINUS_EXC |
Definition at line 116 of file snn_datastructures.h.
float ALPHA_MINUS_INB |
Definition at line 123 of file snn_datastructures.h.
float ALPHA_PLUS_EXC |
Definition at line 115 of file snn_datastructures.h.
float ALPHA_PLUS_INB |
Definition at line 122 of file snn_datastructures.h.
float BETA_LTD |
Definition at line 125 of file snn_datastructures.h.
float BETA_LTP |
Definition at line 124 of file snn_datastructures.h.
float DELTA |
Definition at line 127 of file snn_datastructures.h.
float GAMMA |
Definition at line 117 of file snn_datastructures.h.
float KAPPA |
Definition at line 118 of file snn_datastructures.h.
float LAMBDA |
Definition at line 126 of file snn_datastructures.h.
int NM_PKA |
Definition at line 130 of file snn_datastructures.h.
int NM_PLC |
Definition at line 131 of file snn_datastructures.h.
float OMEGA |
Definition at line 119 of file snn_datastructures.h.
float TAU_MINUS_INV_EXC |
Definition at line 114 of file snn_datastructures.h.
float TAU_MINUS_INV_INB |
Definition at line 121 of file snn_datastructures.h.
float TAU_PLUS_INV_EXC |
Definition at line 113 of file snn_datastructures.h.
float TAU_PLUS_INV_INB |
Definition at line 120 of file snn_datastructures.h.
float W_PKA |
Definition at line 133 of file snn_datastructures.h.
float W_PLC |
Definition at line 132 of file snn_datastructures.h.
bool WithESTDP |
Definition at line 107 of file snn_datastructures.h.
STDPCurve WithESTDPcurve |
Definition at line 111 of file snn_datastructures.h.
STDPType WithESTDPtype |
Definition at line 109 of file snn_datastructures.h.
bool WithISTDP |
Definition at line 108 of file snn_datastructures.h.
STDPCurve WithISTDPcurve |
Definition at line 112 of file snn_datastructures.h.
STDPType WithISTDPtype |
Definition at line 110 of file snn_datastructures.h.
bool WithSTDP |
Definition at line 106 of file snn_datastructures.h.