-
Notifications
You must be signed in to change notification settings - Fork 427
Stop allowing some arguments to be ignored in acqf input constructors #2356
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D57909958 |
…pytorch#2356) Summary: Stop silently ignoring arguments that can't be safely ignored so that an exception will be naturally raised instead. Carve-outs had to be added for `AnalyticExpectedUtilityOfBestOption` because it is often used in a BOPE loop where the same arguments are passed in the preference learning and experiment candidate-generation stages. Differential Revision: D57909958
7137407
to
886a4cc
Compare
This pull request was exported from Phabricator. Differential Revision: D57909958 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2356 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 191 191
Lines 16711 16713 +2
=======================================
+ Hits 16708 16710 +2
Misses 3 3 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D57909958 |
…pytorch#2356) Summary: Pull Request resolved: pytorch#2356 Stop silently ignoring arguments that can't be safely ignored so that an exception will be naturally raised instead. Carve-outs had to be added for `AnalyticExpectedUtilityOfBestOption` because it is often used in a BOPE loop where the same arguments are passed in the preference learning and experiment candidate-generation stages. Reviewed By: saitcakmak Differential Revision: D57909958
886a4cc
to
804a203
Compare
This pull request was exported from Phabricator. Differential Revision: D57909958 |
…pytorch#2356) Summary: Pull Request resolved: pytorch#2356 Stop silently ignoring arguments that can't be safely ignored so that an exception will be naturally raised instead. Carve-outs had to be added for `AnalyticExpectedUtilityOfBestOption` because it is often used in a BOPE loop where the same arguments are passed in the preference learning and experiment candidate-generation stages. Reviewed By: saitcakmak Differential Revision: D57909958
804a203
to
ba28022
Compare
This pull request was exported from Phabricator. Differential Revision: D57909958 |
…pytorch#2356) Summary: Pull Request resolved: pytorch#2356 Stop silently ignoring arguments that can't be safely ignored so that an exception will be naturally raised instead. Carve-outs had to be added for `AnalyticExpectedUtilityOfBestOption` because it is often used in a BOPE loop where the same arguments are passed in the preference learning and experiment candidate-generation stages. Reviewed By: saitcakmak Differential Revision: D57909958
ba28022
to
80ac43e
Compare
…pytorch#2356) Summary: Pull Request resolved: pytorch#2356 Stop silently ignoring arguments that can't be safely ignored so that an exception will be naturally raised instead. Carve-outs had to be added for `AnalyticExpectedUtilityOfBestOption` because it is often used in a BOPE loop where the same arguments are passed in the preference learning and experiment candidate-generation stages. Reviewed By: saitcakmak Differential Revision: D57909958
This pull request was exported from Phabricator. Differential Revision: D57909958 |
80ac43e
to
e299af0
Compare
This pull request has been merged in 62c96f0. |
Summary:
Stop silently ignoring arguments that can't be safely ignored so that an exception will be naturally raised instead.
Carve-outs had to be added for
AnalyticExpectedUtilityOfBestOption
because it is often used in a BOPE loop where the same arguments are passed in the preference learning and experiment candidate-generation stages.Differential Revision: D57909958