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

Move the `Conditional` type from `util.cond_util` to `impl._conditional` #765

Closed pnkraemer closed 2 months ago

pnkraemer commented 2 months ago

Why? Because now, all conditionals are in the same file and we can have a single place for this type.