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

Derivatives methods on the System and Function traits #18

Open
pnevyk opened this issue Nov 13, 2023 · 0 comments
Open

Derivatives methods on the System and Function traits #18

pnevyk opened this issue Nov 13, 2023 · 0 comments

Comments

@pnevyk
Copy link
Collaborator

pnevyk commented Nov 13, 2023

Add jacobian method to System trait and gradient and hessian methods to Function trait, with default implementations that use finite differences. Change all solvers to use that instead of finite differences manually.

This will allow the users to specify analytical derivatives if they are available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant