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

Implement a method to check derivatives #228

Open
gjkennedy opened this issue Apr 5, 2021 · 1 comment
Open

Implement a method to check derivatives #228

gjkennedy opened this issue Apr 5, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@gjkennedy
Copy link
Contributor

It would be handy to implement a method to check derivatives directly in pyOptSparse.

SNOPT implements a derivative checker, but not everyone has access to this optimizer. A simple check would be very handy.

Potential solution

This could be implemented as part of the pyOpt_Optimization class.

@JustinSGray
Copy link
Contributor

OpenMDAO has a total derivative checker. You could borrow the code from that.

@ewu63 ewu63 added the enhancement New feature or request label Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants