-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support non-symbolic jacobian computation #24
Labels
enhancement
New feature or request
Comments
Given that the majority of time is spent in compiling the jacobian, one simple fix would be a mix of Symbolics.jl and ForwardDiff.jl:
|
x-ref: slack discussion on this topic: https://julialang.slack.com/archives/C6G240ENA/p1712700110435309 |
Draft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes the compilation overhead of symbolic jacobian computation is too high and a different AD framework (e.g. ForwardDiff) would be preferred (at the expense of some runtime overhead).
The user can already achieve this by a calling the low-level constructor of
ParametricMCP
but it would be nice if we provide some functionality for that directly.The text was updated successfully, but these errors were encountered: