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

#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
 
float OMEGA
 
float TAU_MINUS_INV_EXC
 
float TAU_MINUS_INV_INB
 
float TAU_PLUS_INV_EXC
 
float TAU_PLUS_INV_INB
 
bool WithESTDP
 
STDPCurve WithESTDPcurve
 
STDPType WithESTDPtype
 
bool WithISTDP
 
STDPCurve WithISTDPcurve
 
STDPType WithISTDPtype
 
bool WithSTDP
 

Detailed Description

Definition at line 222 of file snn_datastructures.h.

Constructor & Destructor Documentation

◆ STDPConfig_s()

STDPConfig_s ( )
inline

Definition at line 223 of file snn_datastructures.h.

Member Data Documentation

◆ ALPHA_MINUS_EXC

float ALPHA_MINUS_EXC

Definition at line 236 of file snn_datastructures.h.

◆ ALPHA_MINUS_INB

float ALPHA_MINUS_INB

Definition at line 243 of file snn_datastructures.h.

◆ ALPHA_PLUS_EXC

float ALPHA_PLUS_EXC

Definition at line 235 of file snn_datastructures.h.

◆ ALPHA_PLUS_INB

float ALPHA_PLUS_INB

Definition at line 242 of file snn_datastructures.h.

◆ BETA_LTD

float BETA_LTD

Definition at line 245 of file snn_datastructures.h.

◆ BETA_LTP

float BETA_LTP

Definition at line 244 of file snn_datastructures.h.

◆ DELTA

float DELTA

Definition at line 247 of file snn_datastructures.h.

◆ GAMMA

float GAMMA

Definition at line 237 of file snn_datastructures.h.

◆ KAPPA

float KAPPA

Definition at line 238 of file snn_datastructures.h.

◆ LAMBDA

float LAMBDA

Definition at line 246 of file snn_datastructures.h.

◆ OMEGA

float OMEGA

Definition at line 239 of file snn_datastructures.h.

◆ TAU_MINUS_INV_EXC

float TAU_MINUS_INV_EXC

Definition at line 234 of file snn_datastructures.h.

◆ TAU_MINUS_INV_INB

float TAU_MINUS_INV_INB

Definition at line 241 of file snn_datastructures.h.

◆ TAU_PLUS_INV_EXC

float TAU_PLUS_INV_EXC

Definition at line 233 of file snn_datastructures.h.

◆ TAU_PLUS_INV_INB

float TAU_PLUS_INV_INB

Definition at line 240 of file snn_datastructures.h.

◆ WithESTDP

bool WithESTDP

Definition at line 227 of file snn_datastructures.h.

◆ WithESTDPcurve

STDPCurve WithESTDPcurve

Definition at line 231 of file snn_datastructures.h.

◆ WithESTDPtype

STDPType WithESTDPtype

Definition at line 229 of file snn_datastructures.h.

◆ WithISTDP

bool WithISTDP

Definition at line 228 of file snn_datastructures.h.

◆ WithISTDPcurve

STDPCurve WithISTDPcurve

Definition at line 232 of file snn_datastructures.h.

◆ WithISTDPtype

STDPType WithISTDPtype

Definition at line 230 of file snn_datastructures.h.

◆ WithSTDP

bool WithSTDP

Definition at line 226 of file snn_datastructures.h.


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