![]() |
GeNN
2.2.3
GPU enhanced Neuronal Networks (GeNN)
|
This file contains the model definition of the mushroom body "MBody_incividualID" model. It is used in both the GeNN code generation and the user side simulation code (class classol, file classol_sim). It uses INDIVIDUALID for the connections from AL to MB allowing quite large numbers of PN and KC. More...
Functions | |
void | modelDefinition (NNmodel &model) |
This function defines the MBody1 model, and it is a good example of how networks should be defined. More... | |
Variables | |
double | myPOI_p [4] |
double | myPOI_ini [3] |
double | stdTM_p [7] |
double | stdTM_ini [4] |
double * | myPNKC_p = NULL |
double | myPNKC_ini [1] |
double | postExpPNKC [2] |
double * | myPNLHI_p = NULL |
double | myPNLHI_ini [1] |
double | postExpPNLHI [2] |
double | myLHIKC_p [2] |
double | myLHIKC_ini [1] |
double | postExpLHIKC [2] |
double | myKCDN_p [11] |
double | myKCDN_ini [2] |
double | postExpKCDN [2] |
double | myDNDN_p [2] |
double | myDNDN_ini [1] |
double | postExpDNDN [2] |
double * | postSynV = NULL |
This file contains the model definition of the mushroom body "MBody_incividualID" model. It is used in both the GeNN code generation and the user side simulation code (class classol, file classol_sim). It uses INDIVIDUALID for the connections from AL to MB allowing quite large numbers of PN and KC.
void modelDefinition | ( | NNmodel & | model | ) |
This function defines the MBody1 model, and it is a good example of how networks should be defined.
double myDNDN_ini[1] |
double myDNDN_p[2] |
double myKCDN_ini[2] |
double myKCDN_p[11] |
double myLHIKC_ini[1] |
double myLHIKC_p[2] |
double myPNKC_ini[1] |
double* myPNKC_p = NULL |
double myPNLHI_ini[1] |
double* myPNLHI_p = NULL |
double myPOI_ini[3] |
double myPOI_p[4] |
double postExpDNDN[2] |
double postExpKCDN[2] |
double postExpLHIKC[2] |
double postExpPNKC[2] |
double postExpPNLHI[2] |
double* postSynV = NULL |
double stdTM_ini[4] |
double stdTM_p[7] |