CARLsim  6.1.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
 
int NM_PKA
 
int NM_PLC
 
float OMEGA
 
float TAU_MINUS_INV_EXC
 
float TAU_MINUS_INV_INB
 
float TAU_PLUS_INV_EXC
 
float TAU_PLUS_INV_INB
 
float W_PKA
 
float W_PLC
 
bool WithESTDP
 
STDPCurve WithESTDPcurve
 
STDPType WithESTDPtype
 
bool WithISTDP
 
STDPCurve WithISTDPcurve
 
STDPType WithISTDPtype
 
bool WithSTDP
 

Detailed Description

Definition at line 102 of file snn_datastructures.h.

Constructor & Destructor Documentation

◆ STDPConfig_s()

STDPConfig_s ( )
inline

Definition at line 103 of file snn_datastructures.h.

Member Data Documentation

◆ ALPHA_MINUS_EXC

float ALPHA_MINUS_EXC

Definition at line 116 of file snn_datastructures.h.

◆ ALPHA_MINUS_INB

float ALPHA_MINUS_INB

Definition at line 123 of file snn_datastructures.h.

◆ ALPHA_PLUS_EXC

float ALPHA_PLUS_EXC

Definition at line 115 of file snn_datastructures.h.

◆ ALPHA_PLUS_INB

float ALPHA_PLUS_INB

Definition at line 122 of file snn_datastructures.h.

◆ BETA_LTD

float BETA_LTD
TODO:
: variant

Definition at line 125 of file snn_datastructures.h.

◆ BETA_LTP

float BETA_LTP

Definition at line 124 of file snn_datastructures.h.

◆ DELTA

float DELTA

Definition at line 127 of file snn_datastructures.h.

◆ GAMMA

float GAMMA

Definition at line 117 of file snn_datastructures.h.

◆ KAPPA

float KAPPA
TODO:
: apply unit (C++11) or variant (C++17)

Definition at line 118 of file snn_datastructures.h.

◆ LAMBDA

float LAMBDA

Definition at line 126 of file snn_datastructures.h.

◆ NM_PKA

int NM_PKA
TODO:
: when applying variant

Definition at line 130 of file snn_datastructures.h.

◆ NM_PLC

int NM_PLC

Definition at line 131 of file snn_datastructures.h.

◆ OMEGA

float OMEGA

Definition at line 119 of file snn_datastructures.h.

◆ TAU_MINUS_INV_EXC

float TAU_MINUS_INV_EXC

Definition at line 114 of file snn_datastructures.h.

◆ TAU_MINUS_INV_INB

float TAU_MINUS_INV_INB
TODO:
: redundant, see dito

Definition at line 121 of file snn_datastructures.h.

◆ TAU_PLUS_INV_EXC

float TAU_PLUS_INV_EXC

Definition at line 113 of file snn_datastructures.h.

◆ TAU_PLUS_INV_INB

float TAU_PLUS_INV_INB

Definition at line 120 of file snn_datastructures.h.

◆ W_PKA

float W_PKA

Definition at line 133 of file snn_datastructures.h.

◆ W_PLC

float W_PLC

Definition at line 132 of file snn_datastructures.h.

◆ WithESTDP

bool WithESTDP

Definition at line 107 of file snn_datastructures.h.

◆ WithESTDPcurve

STDPCurve WithESTDPcurve

Definition at line 111 of file snn_datastructures.h.

◆ WithESTDPtype

STDPType WithESTDPtype

Definition at line 109 of file snn_datastructures.h.

◆ WithISTDP

bool WithISTDP
TODO:
: consolidate E/I as it is connection based now

Definition at line 108 of file snn_datastructures.h.

◆ WithISTDPcurve

STDPCurve WithISTDPcurve
TODO:
: dito

Definition at line 112 of file snn_datastructures.h.

◆ WithISTDPtype

STDPType WithISTDPtype
TODO:
: dito

Definition at line 110 of file snn_datastructures.h.

◆ WithSTDP

bool WithSTDP

Definition at line 106 of file snn_datastructures.h.


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