SplitNeuron Code
Status: Alpha
Brought to you by:
ocinemod
SPLITNEURON - ReadMe To compile the example, just open a shell, cd into this directory and type $ make You would end up with an executable named 'tester' (and a shared object 'splitneuron.so', be sure it is there!). Then, in the same directory, type: ./tester -time=30 -db=splitneuron.db -schema=splitneuron.sql -init=polychrony.sql for a small polychrony example, or: $ ./tester -time=30 -db=splitneuron.db -schema=splitneuron.sql -init=clean.sql -network for a randomly connected big network (it takes a lot to initialize db and run, just sit and wait!). You can change almost all simulation stuff from polychrony.sql, clean.sql (or whichever You want to name the init SQL file). For every other explanation, please refer to project site at: http://www.mindupload.org Let me know what do You think about this project at: domenico.guarino<at>gmail.com Enjoy!