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

Updated optimizer settings to improve convergence of the racecar example. #752

Merged
merged 2 commits into from
May 7, 2022

Conversation

robfalck
Copy link
Contributor

@robfalck robfalck commented May 6, 2022

Summary

The racecar example was not converging cleanly, exiting at the accepted solution but after a failure in the restoration phase.
Adding IPOPT's bound_mult_init_method = 'mu-based' seems to have resolved the issue.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0002%) to 95.49% when pulling 38234b0 on robfalck:racecar_opt_settings_update into f052703 on OpenMDAO:master.

@robfalck robfalck merged commit f4d1705 into OpenMDAO:master May 7, 2022
@robfalck robfalck deleted the racecar_opt_settings_update branch August 25, 2022 16:09
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

Successfully merging this pull request may close these issues.

Racecar problem convergence regression.
3 participants