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

Fixed a bug that caused bounds to not be respected by Nelder-Mead optimizer through ScipyOptimizeDriver. #3098

Merged
merged 1 commit into from Jan 16, 2024

Conversation

robfalck
Copy link
Contributor

Summary

Nelder-Mead previously did not respect design variable bounds because it was not included in the set of bounds-supporting optimizers.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

Coverage Status

coverage: 89.766% (-0.3%) from 90.051%
when pulling a63a770 on robfalck:i3095
into 157a109 on OpenMDAO:master.

@swryan swryan merged commit 91bb0d8 into OpenMDAO:master Jan 16, 2024
9 checks passed
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.

Nelder-Mead method in scipy_optimizer.py should support bounds
4 participants