GeNN
4.9.0
GPU enhanced Neuronal Networks (GeNN)
|
Base class for all value initialisation snippets. More...
Classes | |
class | Base |
class | Binomial |
Initialises variable by sampling from the binomial distribution. More... | |
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 gamma distribution. More... | |
class | Kernel |
Used to initialise synapse variables from a kernel. More... | |
class | Normal |
Initialises variable by sampling from the normal distribution. More... | |
class | NormalClipped |
class | NormalClippedDelay |
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.