Menu

Tree [r83] /
 History

HTTPS access


File Date Author Commit
 python 2011-12-21 ocinemod [r83] new ProbabilityConnect function
 README.txt 2010-12-01 ocinemod [r14] modified readme file
 RichNeuroML.xml 2011-09-09 ocinemod [r58] completed importing in python. tested with mult...
 SimpleNetworkInstance.xml 2011-02-14 ocinemod [r38] some modifications to expat and sqlite managing...
 SimpleNetworkTemplate.xml 2011-09-22 ocinemod [r59] added single init for testing; #modified randFl...
 SimpleNeuroML.xml 2011-07-14 ocinemod [r56] new importer in python, with connectivity handling
 analyser.c 2011-05-16 ocinemod [r51] added STDP; added analyser with ISI; compiling ...
 clean.sql 2011-11-30 ocinemod [r75] + postgres version added
 cleanNeuroML.sql 2011-09-22 ocinemod [r59] added single init for testing; #modified randFl...
 init.sql 2011-02-27 ocinemod [r46] schema (and related code) modifications to impl...
 makefile 2011-10-20 ocinemod [r71] > python version is working
 neuroml_importer.py 2011-09-09 ocinemod [r58] completed importing in python. tested with mult...
 polychrony.sql 2011-02-27 ocinemod [r46] schema (and related code) modifications to impl...
 reprise.sql 2010-12-12 ocinemod [r21] simulation reprise by continuing on database file
 single.sql 2011-09-25 ocinemod [r62] reset parameter d of Izhikevich model according...
 splitneuron.c 2011-10-25 ocinemod [r72] optimized sqlite python version
 splitneuron.h 2011-10-14 ocinemod [r67] added python version of splitneuron
 splitneuron.sql 2011-10-09 ocinemod [r64] > optimized execution time by removing already ...
 splitneuron_def.h 2011-11-02 ocinemod [r73] some other corrections to python code
 sqlite3.c 2010-11-22 ocinemod [r1] Initial import of splitneuron files
 sqlite3.h 2010-11-22 ocinemod [r1] Initial import of splitneuron files
 sqlite3ext.h 2010-11-22 ocinemod [r1] Initial import of splitneuron files
 sqlite_splitneuron_func.c 2011-10-20 ocinemod [r71] > python version is working
 tester.c 2011-10-20 ocinemod [r71] > python version is working

Read Me

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!
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.