I am new to ANNarchy but I already worked with Brian 2,
I am curious how do you handle multiple run of a code when one want to run the same code many times and change a few parameter for each run. It it possible to avoid compiling the code again?
something like producing a dynamic library .so file from the compiled code and used it many times during the running.
I searched the documentation but could not find the relevant part.
Is it possible in ANNarchy?
Update
I can find a .so file in compiled files, what should I look for in the documentation for the using guide?
best,
Abolfazl