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

Add a more performant approximation for directional derivatives #702

Open
2 tasks
xtalax opened this issue Jul 17, 2023 · 0 comments
Open
2 tasks

Add a more performant approximation for directional derivatives #702

xtalax opened this issue Jul 17, 2023 · 0 comments

Comments

@xtalax
Copy link
Member

xtalax commented Jul 17, 2023

Directional derivatives are currently calculated by first calculating all the variable derivs and then performing a weighted sum.

This could be more efficient, especially with many dimensions.

Actions to take:

  • Add a Nabla/Del operator to symbolics
  • Recognise directional derivs and dispatch a more performant apporximation
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