GeNN
3.3.0
GPU enhanced Neuronal Networks (GeNN)
|
Base class for all value initialisation snippets. More...
Classes | |
class | Base |
class | Constant |
Initialises variable to a constant value. More... | |
class | Exponential |
Initialises variable by sampling from the exponential distribution. More... | |
class | Gamma |
Initialises variable by sampling from the exponential distribution. More... | |
class | Normal |
Initialises variable by sampling from the normal distribution. More... | |
class | Uniform |
Initialises variable by sampling from the uniform distribution. More... | |
class | Uninitialised |
Used to mark variables as uninitialised - no initialisation code will be run. More... | |
Base class for all value initialisation snippets.