| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Makefile.am | 2020-05-27 | 539 Bytes | |
| NEWS | 2020-05-27 | 82 Bytes | |
| README | 2020-05-27 | 1.2 kB | |
| COPYING | 2020-05-27 | 35.1 kB | |
| deep.anjuta | 2020-05-27 | 1.4 kB | |
| deep.cbp | 2020-05-27 | 3.1 kB | |
| deep.layout | 2020-05-27 | 4.4 kB | |
| deepmethod.geany | 2020-05-27 | 1.0 kB | |
| config.h | 2020-05-27 | 2.7 kB | |
| configure.ac | 2020-05-27 | 2.7 kB | |
| build_mpich | 2020-05-27 | 322 Bytes | |
| ChangeLog | 2020-05-27 | 83 Bytes | |
| CMakeLists.txt | 2020-05-27 | 1.5 kB | |
| _gitignore | 2020-05-27 | 734 Bytes | |
| AUTHORS | 2020-05-27 | 174 Bytes | |
| Totals: 15 Items | 55.2 kB | 0 |
== 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