pnkraemer / probdiffeq

Probabilistic solvers for differential equations in JAX. Adaptive ODE solvers with calibration, state-space model factorisations, and custom information operators. Compatible with the broader JAX scientific computing ecosystem.
https://pnkraemer.github.io/probdiffeq/
MIT License
33 stars 2 forks source link

Taylor-mode with unrolling #662

Closed pnkraemer closed 1 year ago

pnkraemer commented 1 year ago

This used to be the Taylor mode implementation (until #474). It is reintroduced because for some examples it executes more quickly.