CARLsim
5.0.0
CARLsim: a GPU-accelerated SNN simulator
|
The runtime configuration of a connection. More...
#include <snn_datastructures.h>
Public Attributes | |
float * | mulSynFast |
factor to be applied to either gAMPA or gGABAa More... | |
float * | mulSynSlow |
factor to be applied to either gNMDA or gGABAb More... | |
This structure contains the configurations of connections that are created by optimizeAndPartiionNetwork(), which is ready to be executed by computing backend.
Definition at line 162 of file snn_datastructures.h.
float* mulSynFast |
Definition at line 163 of file snn_datastructures.h.
float* mulSynSlow |
Definition at line 164 of file snn_datastructures.h.