SciML / ADTypes.jl

Repository for automatic differentiation backend types
https://sciml.github.io/ADTypes.jl/
MIT License
37 stars 11 forks source link

Add support for custom tags to ForwardDiff types #12

Closed devmotion closed 1 year ago

devmotion commented 1 year ago

Sometimes it can be desirable to use custom ForwardDiff tags: https://www.stochasticlifestyle.com/improved-forwarddiff-jl-stacktraces-with-package-tags/

This is done e.g. in Turing and OrdinaryDiffEq and supported by LogDensityProblemsAD.