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

Adding TaylorDiff.jl #504

Open
tansongchen opened this issue Sep 25, 2024 · 1 comment
Open

Adding TaylorDiff.jl #504

tansongchen opened this issue Sep 25, 2024 · 1 comment
Labels
backend Related to one or more autodiff backends

Comments

@tansongchen
Copy link
Member

TaylorDiff.jl is a package to compute higher-order directional derivative with Taylor mode efficiently. I am interested in integrating it intuo DifferentiationInterface.jl, could you briefly describe where I should look into?

@gdalle
Copy link
Member

gdalle commented Sep 25, 2024

You can check out the dev guide in the documentation. There is also an ongoing integration attempt for GTPSA in #329, although it is not exactly up to date with the latest v0.6 changes.
Since I wrote all the previous AD bindings myself, it might be kind of hard to understand how everything fits together, so don't hesitate to ask me!

@gdalle gdalle added the backend Related to one or more autodiff backends label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to one or more autodiff backends
Projects
None yet
Development

No branches or pull requests

2 participants