Name | Modified | Size | Downloads / Week |
---|---|---|---|
WIKI | 2015-02-19 | ||
PREVIOUS VERSIONS | 2015-02-19 | ||
BINARY ARCHIVES | 2015-02-19 | ||
RPMS | 2015-02-19 | ||
DEEPMETHOD-2.2.2-setup.exe | 2018-11-26 | 1.7 MB | |
deepmethod-2.2.0.tar.gz | 2017-07-26 | 436.7 kB | |
deepmethod-2.1.0.tar.gz | 2017-02-17 | 436.5 kB | |
deepmethod-2.0.2.tar.gz | 2016-07-06 | 435.0 kB | |
deepmethod-2.0.1.tar.gz | 2016-06-09 | 434.8 kB | |
deepmethod-2.0.0.tar.gz | 2016-06-06 | 434.7 kB | |
DEEPMETHOD-1.2.0-setup.exe | 2015-06-26 | 1.4 MB | |
deepmethod-1.2.0.tar.gz | 2015-06-24 | 406.0 kB | |
deepmethod-1.1.0.tar.gz | 2015-06-01 | 399.9 kB | |
deepmethod-1.0.0.tar.gz | 2015-02-19 | 399.3 kB | |
README | 2015-02-19 | 1.2 kB | |
Totals: 15 Items | 6.5 MB | 4 |
== Description == Novel software framework to solve the inverse problem of mathematical modelling. == License == The code is licensed under GNU General Public License version 3. == How to cite in publications == @article{Kozlov11, author = {Konstantin Kozlov and Alexander Samsonov}, title = {DEEP -- Differential Evolution Entirely Parallel Method for Gene Regulatory Networks}, journal = {Journal of Supercomputing}, year = {2011}, volume = {57}, pages = {172-178} } @article{Kozlov13, author = {Konstantin Kozlov and Nikita Ivanisenko and Vladimir Ivanisenko and Nikolay Kolchanov and Maria Samsonova and Alexander M. Samsonov}, title = {{Enhanced Differential Evolution Entirely Parallel Method for Biomedical Applications}}, journal = {{LNCS 7979}}, volume = {V. Malyshkin (Ed.): PaCT 2013}, pages = {409--416}, year = {2013} } == Get the sources: == git clone git://git.code.sf.net/p/deepmethod/code deepmethod-code To update the source tree to the latest you'll need to: cd deep git pull == Prerequisites: == glib-2.0 >= 2.22 gthread-2.0 >= 2.22 gio-2.0 >= 2.22 == Build: == cd deep autoreconf -fi ./configure --prefix=/usr/local make su -c 'make install' mackoel@gmail.com