-
ADOL-C was built and installed on a Debian 12.5 system. Afterwards, boost-test-adolc was built and run. The shell output from the last two steps is provided below:
debianuser@debian: ~/ADOL-C/ADOL-…
-
- [P2248R8 Enabling list-initialization for algorithms](https://open-std.org/jtc1/sc22/wg21/docs/papers/2024/p2248r8.html)
- [P3217R0 Adjoints to "Enabling list-initialization for algorithms": `find_…
-
```julia
sol_lazy =solve(solver,op)
# We need a forward solution that can be iterated in reverse
sol = collect(sol_lazy) # Option 1
sol = CeckpointedSol(sol_lazy) # Option 2
sol_reversed = re…
-
I was trying to adapt [this example from tutorials](https://docs.sciml.ai/SciMLSensitivity/dev/ode_fitting/optimization_ode/) so that I can use a more customized data sample. For example, if I have st…
-
Note that objective functions that depend on the backward propagating mode produce incorrect gradients right now.
We can get around this by calculating the *forward* coefficient in the *backward* d…
-
From Slack:
@sethaxen:
> Does ExponentialUtilities.jl play well with AD packages, in particular Zygote?
@ChrisRackauckas:
> not fully with Zygote
> it'll need adjoints
> since it's doing a lot…
-
We have `ZygoteRuleConfig` for this, so there should be no major technical limitations. `rrule`s generally have far better UX than `@adjoint`s (as anyone who has had to read a stacktrace from Zygote c…
-
The adjoint sensitivities are slightly off for Hz polarization. We should fix.
-
Hi Patrick
I am trying to calculate the first order sensitivity w.r.t. to all the three kinetic parameters for the Robertson Equations using `diffrax`. I am using the stiff ODE example provided [he…
sn248 updated
3 weeks ago
-
https://github.com/patrick-kidger/diffrax/issues/343 seems somewhat related but not quite the same.
It would be great to support discrete mode transitions between time steps. We can of course use t…