Just-in-Time Compilation for Stochastic Differential Equations
Project description
JiTCSDE stands for just-in-time compilation for stochastic differential equations (SDEs). It makes use of the method described by Rackauckas and Nie. JiTCSDE is designed in analogy to JiTCODE: It takes an iterable (or generator function) of SymPy expressions, translates them to C code, compiles them (and an integrator wrapped around them) on the fly, and allows you to operate this integrator from Python. If you want to integrate ordinary or delay differential equations, check out JiTCODE, or JiTCDDE, respectively.
Note that this is work in progress; features and names may change without warning.
Documentation – Read this to get started and for reference. Don’t miss that some topics are addressed in the common JiTC*DE documentation.
Paper – Read this for the scientific background. Cite this (BibTeX) if you wish to give credit or to shift blame.
Issue Tracker – Please report any bugs here. Also feel free to ask for new features.
Installation instructions. In most cases, pip3 install jitcsde or similar should do the job.
This work was supported by the Volkswagen Foundation (Grant No. 88463).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.