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

Unify the implementations in strategies #634

Closed pnkraemer closed 1 year ago

pnkraemer commented 1 year ago

... by moving most of the code (which has been identical among subclasses) to the superclass.