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 implement the interpolating adjoint method for DDEs. It does not seem to be a too difficult change from the ODE version to replace the adjoint ODE with its DDE counterpart and ODE by DDE solvers. However, I am having troubles to locate the pieces of code in the library where these things are implemented.
Can anyone help me out here and give me some hints where to best implement these changes?
Thanks in advance for any help!
Cheers,
Andreas
The text was updated successfully, but these errors were encountered:
andrschl
changed the title
Interpolating adjoint for DDEs
[question] Interpolating adjoint for DDEs
Sep 18, 2020
Yeah there's some discussion in SciML/SciMLSensitivity.jl#281 . Join #diffeq-bridged on the Julia Slack (slackinvite.julialang.org) and we can discuss there. @devmotion might be interested in this too. I think the hard part is resolving the discontinuities though: that's definitely a step (pun intended)!
@ChrisRackauckas thanks a lot for the quick answer and sorry for overlooking this discussion. Yes, I agree this seems to be the main difficulty. I joined the Slack and would be more than happy to discuss it.
Hi everyone,
I am trying to implement the interpolating adjoint method for DDEs. It does not seem to be a too difficult change from the ODE version to replace the adjoint ODE with its DDE counterpart and ODE by DDE solvers. However, I am having troubles to locate the pieces of code in the library where these things are implemented.
Can anyone help me out here and give me some hints where to best implement these changes?
Thanks in advance for any help!
Cheers,
Andreas
The text was updated successfully, but these errors were encountered: