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
32 stars 2 forks source link

Run examples in float32 precision #256

Open pnkraemer opened 1 year ago

pnkraemer commented 1 year ago

Not in float64 precision. This will also expose some potential issues in numerically stable implementations.

pnkraemer commented 1 year ago

At least the non-advanced examples that do not solve complicated problems.

pnkraemer commented 1 year ago

For future reference: