MDF icon indicating copy to clipboard operation
MDF copied to clipboard

Support for populations/templates

Open jdcpni opened this issue 2 years ago • 1 comments

jdcpni avatar Apr 19 '23 17:04 jdcpni

The idea is that we could like to (pre) define a node template and then say "I'd like N instances of these", without needing to redefine the behaviour every time. Ideally these can have different parameters, or be customised from the base template.

Note though that "populations" are relatively easy to create when all the entities have similar structure, just using arrays for the state variables. e.g. https://github.com/ModECI/MDF/blob/nml_examples/examples/MDF/RNN/iaf.net.png

pgleeson avatar Apr 26 '23 11:04 pgleeson