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

Hessians #24

Open
stumarcus314 opened this issue Sep 9, 2016 · 1 comment
Open

Hessians #24

stumarcus314 opened this issue Sep 9, 2016 · 1 comment
Labels

Comments

@stumarcus314
Copy link

Some of the OptimTraj methods (i.e. trapezoid, hermiteSimpson, rungeKutta) are able to exploit user-supplied gradients of the dynamics, path objective, etc. functions. Are there plans for the OptimTraj methods to also accept Hessians of these functions?

@MatthewPeterKelly
Copy link
Owner

Not for now, although I'm not opposed to adding support for analytic Hessians.

The basic reason is that, in my opinion, the benefit from using analytic Hessians is outweighed by the complexity of implementing them. Additionally, many NLP solvers (including some algorithms in FMINCON) do not support them.

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

No branches or pull requests

2 participants