GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
HHVClamp.cc File Reference

This file contains the model definition of HHVClamp model. It is used in both the GeNN code generation and the user side simulation code. The HHVClamp model implements a population of unconnected Hodgkin-Huxley neurons that evolve to mimick a model run on the CPU, using genetic algorithm techniques. More...

#include "modelSpec.h"
#include "global.h"
#include "HHVClampParameters.h"

Functions

void modelDefinition (NNmodel &model)
 This function defines the HH model with variable parameters. More...
 

Variables

double myHH_ini [11]
 
double * myHH_p = NULL
 

Detailed Description

This file contains the model definition of HHVClamp model. It is used in both the GeNN code generation and the user side simulation code. The HHVClamp model implements a population of unconnected Hodgkin-Huxley neurons that evolve to mimick a model run on the CPU, using genetic algorithm techniques.

Function Documentation

void modelDefinition ( NNmodel model)

This function defines the HH model with variable parameters.

Variable Documentation

double myHH_ini[11]
Initial value:
= {
-60.0,
0.0529324,
0.3176767,
0.5961207,
120.0,
55.0,
36.0,
-72.0,
0.3,
-50.0,
1.0
}
double* myHH_p = NULL