CARLsim  5.0.0
CARLsim: a GPU-accelerated SNN simulator
GroupSTDPInfo_s Struct Reference

A struct for retrieving STDP related information of a group. More...

#include <carlsim_datastructures.h>

Public Attributes

float ALPHA_MINUS_EXC
 the amplitude of alpha minus, if the exponential or timing-based E-STDP curve is used More...
 
float ALPHA_MINUS_INB
 the amplitude of alpha minus, if the exponential I-STDP curve is used More...
 
float ALPHA_PLUS_EXC
 the amplitude of alpha plus, if the exponential or timing-based E-STDP curve is used More...
 
float ALPHA_PLUS_INB
 the amplitude of alpha plus, if the exponential I-STDP curve is used More...
 
float BETA_LTD
 the amplitude of inhibitory LTD if the pulse I-STDP curve is used More...
 
float BETA_LTP
 the amplitude of inhibitory LTP if the pulse I-STDP curve is used More...
 
float DELTA
 the range of inhibitory LTD if the pulse I-STDP curve is used More...
 
float GAMMA
 the turn over point if the timing-based E-STDP curve is used More...
 
float LAMBDA
 the range of inhibitory LTP if the pulse I-STDP curve is used More...
 
float TAU_MINUS_INV_EXC
 the inverse of time constant minus, if the exponential or timing-based E-STDP curve is used More...
 
float TAU_MINUS_INV_INB
 the inverse of tau minus, if the exponential I-STDP curve is used More...
 
float TAU_PLUS_INV_EXC
 the inverse of time constant plus, if the exponential or timing-based E-STDP curve is used More...
 
float TAU_PLUS_INV_INB
 the inverse of tau plus, if the exponential I-STDP curve is used More...
 
bool WithESTDP
 enable E-STDP flag More...
 
STDPCurve WithESTDPcurve
 the E-STDP curve More...
 
STDPType WithESTDPtype
 the type of E-STDP (STANDARD or DA_MOD) More...
 
bool WithISTDP
 enable I-STDP flag More...
 
STDPCurve WithISTDPcurve
 the I-STDP curve More...
 
STDPType WithISTDPtype
 the type of I-STDP (STANDARD or DA_MOD) More...
 
bool WithSTDP
 enable STDP flag More...
 

Detailed Description

The struct is used in test suite only. CARLsim API call provides a getter function CARLsim::getGroupSTDPInfo() for retrieving STDP related information of a group. A developer can write his/her test cases to test the STDP parameters

See also
CARLsim::getGroupSTDPInfo()

Definition at line 412 of file carlsim_datastructures.h.

Member Data Documentation

◆ ALPHA_MINUS_EXC

float ALPHA_MINUS_EXC

Definition at line 423 of file carlsim_datastructures.h.

◆ ALPHA_MINUS_INB

float ALPHA_MINUS_INB

Definition at line 427 of file carlsim_datastructures.h.

◆ ALPHA_PLUS_EXC

float ALPHA_PLUS_EXC

Definition at line 422 of file carlsim_datastructures.h.

◆ ALPHA_PLUS_INB

float ALPHA_PLUS_INB

Definition at line 426 of file carlsim_datastructures.h.

◆ BETA_LTD

float BETA_LTD

Definition at line 430 of file carlsim_datastructures.h.

◆ BETA_LTP

float BETA_LTP

Definition at line 429 of file carlsim_datastructures.h.

◆ DELTA

float DELTA

Definition at line 432 of file carlsim_datastructures.h.

◆ GAMMA

float GAMMA

Definition at line 428 of file carlsim_datastructures.h.

◆ LAMBDA

float LAMBDA

Definition at line 431 of file carlsim_datastructures.h.

◆ TAU_MINUS_INV_EXC

float TAU_MINUS_INV_EXC

Definition at line 421 of file carlsim_datastructures.h.

◆ TAU_MINUS_INV_INB

float TAU_MINUS_INV_INB

Definition at line 425 of file carlsim_datastructures.h.

◆ TAU_PLUS_INV_EXC

float TAU_PLUS_INV_EXC

Definition at line 420 of file carlsim_datastructures.h.

◆ TAU_PLUS_INV_INB

float TAU_PLUS_INV_INB

Definition at line 424 of file carlsim_datastructures.h.

◆ WithESTDP

bool WithESTDP

Definition at line 414 of file carlsim_datastructures.h.

◆ WithESTDPcurve

STDPCurve WithESTDPcurve

Definition at line 418 of file carlsim_datastructures.h.

◆ WithESTDPtype

STDPType WithESTDPtype

Definition at line 416 of file carlsim_datastructures.h.

◆ WithISTDP

bool WithISTDP

Definition at line 415 of file carlsim_datastructures.h.

◆ WithISTDPcurve

STDPCurve WithISTDPcurve

Definition at line 419 of file carlsim_datastructures.h.

◆ WithISTDPtype

STDPType WithISTDPtype

Definition at line 417 of file carlsim_datastructures.h.

◆ WithSTDP

bool WithSTDP

Definition at line 413 of file carlsim_datastructures.h.


The documentation for this struct was generated from the following file: