SpineML / SpineML_2_BRAHMS

Code generation scripts to run a SpineML neural model using BRAHMS on standard CPUs
http://spineml.github.io/simulators/BRAHMS/
4 stars 3 forks source link

Implement facility to provide out-of-model files as explicitDataBinaryFiles. #19

Open sebjameswml opened 9 years ago

sebjameswml commented 9 years ago

This for parameter exploration - it would allow you to provide a weight map generated by some external system (e.g. matlab) in place of the in-model explicitDataBinaryFile.bin file. I need this now so I can experiment with different collicular->LLBN weight maps in the oculomotor model.

sebjameswml commented 9 years ago

The form of the option might be -d "explicitDataBinaryFile11.bin:/full/path/to/alternative.bin"

ajc158 commented 8 years ago

This can be done manually through substituting the file before simulation - do we need an interface?

sebjameswml commented 8 years ago

An interface isn't necessary, but I felt it would be convenient. I've been doing this by modifying a copy of the model for each iteration.