Christopher Rackauckas
Christopher Rackauckas
@m-bossart here's some starter code.
One more step to finishing https://github.com/SciML/OrdinaryDiffEq.jl/pull/2282
@oscardssmith can you take a moment to clean up the downstream tests? Those seem to be due to some of your recent changes.
Oh I didn't know that feature existed. Yes, it's just a different precision pow, so if this just replaced pow with fastpow everywhere to construct the rule then that is...
Is there a way to add a "if it's in an enzyme context, then convert to `typeof(x)`"? It's not necessary for most use cases, but I assume Enzyme is assuming...
Completed in https://github.com/SciML/DiffEqBase.jl/pull/1072
@thazhemadam this CI script seems odd?
To be clear, the supported differentiation right now is w.r.t. t, i.e. `interp(t)` differentiating w.r.t. t should just replace with the interpolation's derivative. That should be fine? For differentiating the...
@DhairyaLGandhi is there some common pattern giving this from Zygote?
The question does not make much sense. Having hidden state which is carried over to the next call makes the equation not an ODE and thus not convergent. If you...