-NESTML is a domain specific language for the specification of models; typically, the individual neurons and synapses that make up a neural network. NESTML is a completely generic language for hybrid dynamical systems, that is, those that exhibit continuous-time dynamics (such as described by ordinary differential equations) as well as instantaneous events. It is agnostic of the numerical methods used for simulating the model, such as which numerical (ODE) solver is used; this is determined during code generation and will typically depend on which simulation platform is used (for instance, NEST Simulator).
0 commit comments