Menu

Tree [27f072] master /
 History

HTTPS access


File Date Author Commit
 doc 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 examples 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 libdeep 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 libxmod 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 nsis 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 po 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 tools 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 .gitignore 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 AUTHORS 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 CMakeLists.txt 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 COPYING 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 ChangeLog 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 Makefile.am 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 NEWS 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 Nir.pro 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 README 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 build_mpich 2025-04-02 ViktorUshkov ViktorUshkov [568dd9] текущие наработки
 changes.md 2025-05-04 ViktorUshkov ViktorUshkov [c5d5a0] обновления к 05.05 (описаны в changes.md)
 config.h 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 configure.ac 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 deep.anjuta 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 deep.cbp 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 deep.layout 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions
 deepmethod.geany 2025-06-12 Konstantin Kozlov Konstantin Kozlov [27f072] Restore permissions

Read Me

== 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

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.