You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @patrick-kidger!
I recently moved some utilities for working with diffrax out of galax and into its own library — diffraxtra. I was wondering if you'd be interested in folding any of these into diffrax proper.
Currently in diffraxtra:
DiffEqSolver: an object-oriented interface to diffrax.diffeqsolve.
VectorizedDenseInterpolation: a vectorized form of diffrax.DenseInterpolation that works on batched results from diffrax.diffeqsolve
The text was updated successfully, but these errors were encountered:
On balance I'm inclined to leave these in diffraxtra. I think utilities like these are a great example of how people can customise wrappers to fit their needs, but I'd like to keep the underlying library doing each thing in 'just one way'.
Hi @patrick-kidger!
I recently moved some utilities for working with
diffrax
out ofgalax
and into its own library —diffraxtra
. I was wondering if you'd be interested in folding any of these into diffrax proper.Currently in
diffraxtra
:DiffEqSolver
: an object-oriented interface todiffrax.diffeqsolve
.VectorizedDenseInterpolation
: a vectorized form ofdiffrax.DenseInterpolation
that works on batched results fromdiffrax.diffeqsolve
The text was updated successfully, but these errors were encountered: