-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
GaussAdjoint support for DDEProblem #1074
Comments
Ref #281 AFAIK there's no support for DDEs in SciMLSensitivity yet. |
There's direct differentiation but no adjoint yet. |
Ok. And just to clarify |
yes, it's a discrete adjoint not continuous. I meant no continuous adjoint. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I'm attempting to perform sensitivity analysis for a large (100s-1000s parameters+states) DDEProblem. Based on the recommendations, GaussAdjoint seems to be the best option, however the current implementation only supports ODEProblems per the documentation.
Describe the solution you’d like
Support for DDEProblem + GaussAdjoint sensitivity analysis.
The text was updated successfully, but these errors were encountered: