clinssen

Results 144 issues of 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.

enhancement
CI

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...

enhancement

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...

Solves #919.

enhancement
documentation

Copy the text from https://github.com/nest/nest-simulator/pull/2933 into the NESTML documentation in an appropriate place.

documentation

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...

enhancement
discussion

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...

maintenance

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

enhancement