contactsonle / sddekit

toolkit for stochastic delay differential equations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDDEKit

SDDEKit is a C rewrite and generalization of numerical algorithms backing the simulator of The Virtual Brain project, though it is intended to support any sort of modeling project involving stochastic delay differential equations.

The current focus is nailing down 'software carpentry' aspects of building a scientific library, and only preliminary sets of mathematical components are implemented; as such, it is not for general use until the upcoming v0.1 release.

Build the library & benchmark with

python -m dev build

(if you work in Bash, you may want to alias dev='python -m dev ').

We're currently rewriting the test & benchmark suite using upcoming Python bindings.

See our docs for more information.

Many thanks to our contributors

This work is partially funded by the French Medical Foundation.

Build Status Coverage Status

About

toolkit for stochastic delay differential equations


Languages

Language:C 83.3%Language:Jupyter Notebook 13.4%Language:Python 3.1%Language:C++ 0.2%