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

Link with DifferentialEquations.jl #38

Open
ChrisRackauckas opened this issue Mar 24, 2020 · 0 comments
Open

Link with DifferentialEquations.jl #38

ChrisRackauckas opened this issue Mar 24, 2020 · 0 comments

Comments

@ChrisRackauckas
Copy link

You can easily link DifferentialEquations.jl in with this system by defining an adjoint rule on its concrete_solve to utilize the adjoint method. The documentation on that part is defined in:

https://docs.juliadiffeq.org/latest/analysis/sensitivity/

The differentiation rules are defined in:

https://github.com/JuliaDiffEq/DiffEqBase.jl/blob/master/src/solve.jl#L198-L226

so you only need to map those 10 or so lines to drop down to a concrete_solve adjoint pass and it'll work.

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

1 participant