-
Notifications
You must be signed in to change notification settings - Fork 430
update optimize with NSGA-II #2937
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: D77696697 |
0258c1c
to
a4f0724
Compare
Summary: Updates: - Use HV-maximizing greedy subset selection - Pass MultiOutputAcquisitionFunction instead of Model as an argument - Add support for fixed features - Move optimize_with_nsgaii to a new file to avoid circular imports Differential Revision: D77696697
This pull request was exported from Phabricator. Differential Revision: D77696697 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2937 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 213 214 +1
Lines 19993 20024 +31
=========================================
+ Hits 19993 20024 +31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a4f0724
to
2519dda
Compare
Summary: Updates: - Use HV-maximizing greedy subset selection - Pass MultiOutputAcquisitionFunction instead of Model as an argument - Add support for fixed features - Move optimize_with_nsgaii to a new file to avoid circular imports Differential Revision: D77696697
This pull request was exported from Phabricator. Differential Revision: D77696697 |
Summary: Pull Request resolved: pytorch#2937 Updates: - Use HV-maximizing greedy subset selection - Pass MultiOutputAcquisitionFunction instead of Model as an argument - Add support for fixed features - Move optimize_with_nsgaii to a new file to avoid circular imports Differential Revision: D77696697
da3da2d
to
4b8c00d
Compare
Summary: Updates: - Use HV-maximizing greedy subset selection - Pass MultiOutputAcquisitionFunction instead of Model as an argument - Add support for fixed features - Move optimize_with_nsgaii to a new file to avoid circular imports Reviewed By: bletham Differential Revision: D77696697
This pull request was exported from Phabricator. Differential Revision: D77696697 |
Summary: Pull Request resolved: pytorch#2937 Updates: - Use HV-maximizing greedy subset selection - Pass MultiOutputAcquisitionFunction instead of Model as an argument - Add support for fixed features - Move optimize_with_nsgaii to a new file to avoid circular imports Reviewed By: bletham Differential Revision: D77696697
4b8c00d
to
6199c1e
Compare
Summary: Updates: - Use HV-maximizing greedy subset selection - Pass MultiOutputAcquisitionFunction instead of Model as an argument - Add support for fixed features - Move optimize_with_nsgaii to a new file to avoid circular imports Reviewed By: bletham Differential Revision: D77696697
6199c1e
to
529bc2e
Compare
This pull request was exported from Phabricator. Differential Revision: D77696697 |
This pull request has been merged in c09af15. |
Summary:
Updates:
Differential Revision: D77696697