SciML / SciMLSensitivity.jl

A component of the DiffEq ecosystem for enabling sensitivity analysis for scientific machine learning (SciML). Optimize-then-discretize, discretize-then-optimize, adjoint methods, and more for ODEs, SDEs, DDEs, DAEs, etc.
https://docs.sciml.ai/SciMLSensitivity/stable/
Other
330 stars 70 forks source link

Test concrete_solve with SDE adjoints #255

Closed ChrisRackauckas closed 4 years ago

ChrisRackauckas commented 4 years ago

It should work by design, but it would be good to get some tests to make sure that it's also calling the adjoint correctly.

ChrisRackauckas commented 4 years ago

Completed by https://github.com/SciML/DiffEqSensitivity.jl/pull/258