-
Notifications
You must be signed in to change notification settings - Fork 410
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
Multi-objective qBayesianActiveLearningByDisagreement #2475
Conversation
This pull request was exported from Phabricator. Differential Revision: D61347694 |
This pull request was exported from Phabricator. Differential Revision: D61347694 |
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
447e218
to
33f9bf0
Compare
This pull request was exported from Phabricator. Differential Revision: D61347694 |
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
33f9bf0
to
476be69
Compare
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
476be69
to
8868b04
Compare
This pull request was exported from Phabricator. Differential Revision: D61347694 |
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
8868b04
to
9d2d00f
Compare
This pull request was exported from Phabricator. Differential Revision: D61347694 |
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
9d2d00f
to
1492ec2
Compare
This pull request was exported from Phabricator. Differential Revision: D61347694 |
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
1492ec2
to
0d7b03f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2475 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 191 191
Lines 16856 16864 +8
=======================================
+ Hits 16854 16862 +8
Misses 2 2 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D61347694 |
0d7b03f
to
25f0e67
Compare
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
This pull request was exported from Phabricator. Differential Revision: D61347694 |
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
25f0e67
to
095192d
Compare
This pull request was exported from Phabricator. Differential Revision: D61347694 |
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
095192d
to
e69b71f
Compare
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
e69b71f
to
f43c89d
Compare
This pull request was exported from Phabricator. Differential Revision: D61347694 |
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Differential Revision: D61347694
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Reviewed By: saitcakmak Differential Revision: D61347694
This pull request was exported from Phabricator. Differential Revision: D61347694 |
f43c89d
to
77d9606
Compare
Summary: Pull Request resolved: pytorch#2475 Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives. Modification of FullyBayesianAcquisitionFunction propagated to failed tests in botorch_community. Reviewed By: saitcakmak Differential Revision: D61347694
This pull request has been merged in 881c324. |
Summary: Multi-objective extension of BayesianActiveLearningByDisagreement. The acquisition seamlessly extends to multiple independent objectives by summing the information gains over multiple objectives.
Differential Revision: D61347694