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

Have MBM only pass acqf input constructor kwargs to BoTorch when they are not None #2480

Closed
wants to merge 1 commit into from

Conversation

esantorella
Copy link
Contributor

Summary: Currently, Ax passes a lot of arguments that are not used and BoTorch ignores them. In the future, this will throw an exception rather than being ignored.

Differential Revision: D57387912

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels May 29, 2024
esantorella added a commit to esantorella/Ax that referenced this pull request May 29, 2024
… are not None (facebook#2480)

Summary:

Currently, Ax passes a lot of arguments that are not used and BoTorch ignores them. In the future, this will throw an exception rather than being ignored.

Reviewed By: Balandat

Differential Revision: D57387912
@facebook-github-bot
Copy link
Contributor

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

… are not None (facebook#2480)

Summary:

Currently, Ax passes a lot of arguments that are not used and BoTorch ignores them. In the future, this will throw an exception rather than being ignored.

Reviewed By: Balandat

Differential Revision: D57387912
@facebook-github-bot
Copy link
Contributor

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

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 97.36842% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 95.27%. Comparing base (ba6eb81) to head (4d35e2c).

Files Patch % Lines
ax/models/torch/botorch_modular/acquisition.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2480      +/-   ##
==========================================
- Coverage   95.28%   95.27%   -0.01%     
==========================================
  Files         485      485              
  Lines       47408    47406       -2     
==========================================
- Hits        45171    45168       -3     
- Misses       2237     2238       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 0dce67c.

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.

3 participants