CARLsim
6.1.0
CARLsim: a GPU-accelerated SNN simulator
Deprecated List
Member
CARLsim::getConductanceAMPA
(int grpId)
This function is deprecated. It will be replaced by
NeuronMonitor
.
Member
CARLsim::getConductanceGABAa
(int grpId)
This function is deprecated. It will be replaced by
NeuronMonitor
.
Member
CARLsim::getConductanceGABAb
(int grpId)
This function is deprecated. It will be replaced by
NeuronMonitor
.
Member
CARLsim::getConductanceNMDA
(int grpId)
This function is deprecated. It will be replaced by
NeuronMonitor
.
Member
CARLsim::setDefaultESTDPparams
(float alphaPlus, float tauPlus, float alphaMinus, float tauMinus, STDPType stdpType)
For clearness, setting STDP parameters using setESTDP and setISTDP is strongly recommended.
Member
CARLsim::setDefaultISTDPparams
(float betaLTP, float betaLTD, float lambda, float delta, STDPType stdpType)
For clearness, setting STDP parameters using setESTDP and setISTDP is strongly recommended.
Member
CARLsim::setDefaultSTDPparams
(float alphaPlus, float tauPlus, float alphaMinus, float tauMinus, STDPType stdpType)
For clearness, setting STDP parameters using setESTDP and setISTDP is strongly recommended.
Member
CARLsim::setESTDP
(int preGrpId, int postGrpId, bool isSet)
For clearness, please do not use default STDP settings.
Member
CARLsim::setISTDP
(int preGrpId, int postGrpId, bool isSet)
For clearness, please do not use default STDP settings.
Member
CARLsim::setSTDP
(int preGrpId, int postGrpId, bool isSet, STDPType type, float alphaPlus, float tauPlus, float alphaMinus, float tauMinus)
For clearness, please use
CARLsim::setESTDP()
with E-STDP curve struct.
Member
CARLsim::setSTDP
(int preGrpId, int postGrpId, bool isSet)
For clearness, do not use default STDP settings.
Member
PoissonRate::getRatePtrCPU
()
This function is deprecated, as it should not be exposed to the high-level UI API. Use
PoissonRate::getRates
instead.
Member
PoissonRate::getRatePtrGPU
()
This function is deprecated, as it should not be exposed to the high-level UI API. Use
PoissonRate::getRates
instead.
Generated on Mon Jul 10 2023 12:42:35 for CARLsim by
1.8.13