clinssen
clinssen
We should add a CI stage to check that code generation and a simple simulation works for a NEST Simulator that was installed through apt.
A NESTML model should be able to function as a standalone spike generator with exponential distribution of ISIs (Poisson process). This could be of practical value because neuron models are...
With thanks to @tomtetzlaff! TODO: the issue with the current implementation is the time when a value is assigned to ``w_init``. If we only set the value of the weight...
Fixes #765.
Copy the text from https://github.com/nest/nest-simulator/pull/2933 into the NESTML documentation in an appropriate place.
Currently, neurons can emit spikes by calling the NESTML predefined function ``emit_spike()``, without any arguments. Synapses can emit spikes by calling ``emit_spike(w, d)``, passing the weight and delay parameters. It...
Depends on #938. "Excitatory" and "inhibitory" input port specifiers are confusing and should be eliminated. Current sitation: if specifiers are present, spikes get "routed" to the right buffer depending on...
Allow neuron models to output continuous-valued quantities, based on the rate neurons framework in NEST. See e.g.: https://github.com/nest/nest-simulator/blob/master/models/rate_transformer_node_impl.h