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

Are the OptimTraj chebyshev and multiCheb methods able to exploit user-supplied gradients of the pathObjective, dynamics, etc...? #21

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

Comments

@stumarcus314
Copy link

stumarcus314 commented Sep 9, 2016

The trapezoid, hermiteSimpson, and rungeKutta methods in OptimTraj are able to exploit user-supplied gradients of the pathObjective, dynamics, etc... Are the OptimTraj chebyshev and multiCheb methods also able to exploit user-supplied gradients?

@MatthewPeterKelly
Copy link
Owner

So far, I have only implemented analytic gradient support for the direct collocation methods in OptimTraj.

The support for analytic gradients in multiple shooting was provided by Will Wehner.

It would be relatively easy to implement analytic gradient support for the chebyshev method in OptimTraj, I just never got around to doing it.

It would be slightly more tricky to do for Multi-Cheb, but also totally possible.

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

No branches or pull requests

2 participants