Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Interpolating adjoint for DDEs #672

Closed
andrschl opened this issue Sep 18, 2020 · 3 comments
Closed

[question] Interpolating adjoint for DDEs #672

andrschl opened this issue Sep 18, 2020 · 3 comments

Comments

@andrschl
Copy link

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

@andrschl andrschl changed the title Interpolating adjoint for DDEs [question] Interpolating adjoint for DDEs Sep 18, 2020
@ChrisRackauckas
Copy link
Member

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)!

@andrschl
Copy link
Author

@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.

@ChrisRackauckas
Copy link
Member

No worries, it's a huge ecosystem so it can be hard to find the right thing at first. Take care and hope to have you around!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants