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
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 here.
As far as I understand, the only change I have to make is that I have to provide an option to calculate adjoints, so my diffeqsolve looks like the following
The code runs without any errors but I am not able to extract the sensitivities, and sol.ys provides values for the species, but not their sensitivities. I am trying to compare the results with the sensitivities provided by the SUNDIALS CVODES solver, see their results here.
Any help would be highly appreciated!
The text was updated successfully, but these errors were encountered:
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 here.As far as I understand, the only change I have to make is that I have to provide an option to calculate adjoints, so my
diffeqsolve
looks like the followingThe code runs without any errors but I am not able to extract the sensitivities, and
sol.ys
provides values for the species, but not their sensitivities. I am trying to compare the results with the sensitivities provided by the SUNDIALS CVODES solver, see their results here.Any help would be highly appreciated!
The text was updated successfully, but these errors were encountered: