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

Warn when optimizer kwargs are being ignored in BoTorch optim utils _filter_kwargs #1645

Closed
wants to merge 1 commit into from

Conversation

esantorella
Copy link
Member

Summary: The HOGP tutorial was using kwargs 'maxiter' and 'disp' that were being silently ignored since the Adam optimizer doesn't take those arguments.

Reviewed By: saitcakmak

Differential Revision: D42729349

…_filter_kwargs`

Summary: The HOGP tutorial was using kwargs 'maxiter' and 'disp' that were being silently ignored since the Adam optimizer doesn't take those arguments.

Reviewed By: saitcakmak

Differential Revision: D42729349

fbshipit-source-id: e4360606bbc13ff0312eb0a4c15a14608115b4dd
@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Jan 25, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D42729349

@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Merging #1645 (b9f6a17) into main (7f3aa92) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main     #1645   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          155       155           
  Lines        13784     13788    +4     
=========================================
+ Hits         13784     13788    +4     
Impacted Files Coverage Δ
botorch/optim/utils/common.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 2a4baa1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants