CARLsim  5.0.0
CARLsim: a GPU-accelerated SNN simulator
Deprecated List
Member CARLsim::setSTDP (int grpId, bool isSet)
For clearness, do not use default STDP settings.
Member CARLsim::setSTDP (int grpId, 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::setESTDP (int grpId, bool isSet)
For clearness, please do not use default STDP settings.
Member CARLsim::setISTDP (int grpId, bool isSet)
For clearness, please do not use default STDP settings.
Member CARLsim::getConductanceAMPA (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::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::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::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 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.