-
Notifications
You must be signed in to change notification settings - Fork 311
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
remove unused metrics #2728
remove unused metrics #2728
Conversation
This pull request was exported from Phabricator. Differential Revision: D61998254 |
This pull request was exported from Phabricator. Differential Revision: D61998254 |
Summary: Pull Request resolved: facebook#2728 These may have once been used for benchmarking, but no longer are (not even in tests). Also, if these were to become needed again, it should be possible to define one metric based on BoTorch test functions that covers most of these, so we don't need so many classes that need their own registry entries. Also removed Sphinx headings for metrics files that aren't in Ax. * Removed Sphinx headings for BoTorch Test Problem and Dictionary Lookup, which don't exist anymore * Removed Hartmann6Metric, JenattonMetric, AugmentedBraninMetric, AugmentedhartmannMetric * Removed functionality from stubs that wasn't being used Differential Revision: D61998254
3914867
to
e6f6063
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2728 +/- ##
==========================================
+ Coverage 95.42% 95.46% +0.04%
==========================================
Files 490 489 -1
Lines 47872 47835 -37
==========================================
- Hits 45681 45668 -13
+ Misses 2191 2167 -24 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D61998254 |
Summary: Pull Request resolved: facebook#2728 These may have once been used for benchmarking, but no longer are (not even in tests). Also, if these were to become needed again, it should be possible to define one metric based on BoTorch test functions that covers most of these, so we don't need so many classes that need their own registry entries. Also removed Sphinx headings for metrics files that aren't in Ax. * Removed Sphinx headings for BoTorch Test Problem and Dictionary Lookup, which don't exist anymore * Removed Hartmann6Metric, JenattonMetric, AugmentedBraninMetric, AugmentedhartmannMetric * Removed functionality from stubs that wasn't being used Differential Revision: D61998254
e6f6063
to
c98c625
Compare
This pull request was exported from Phabricator. Differential Revision: D61998254 |
Summary: Pull Request resolved: facebook#2728 These may have once been used for benchmarking, but no longer are (not even in tests). Also, if these were to become needed again, it should be possible to define one metric based on BoTorch test functions that covers most of these, so we don't need so many classes that need their own registry entries. Also removed Sphinx headings for metrics files that aren't in Ax. * Removed Sphinx headings for BoTorch Test Problem and Dictionary Lookup, which don't exist anymore * Removed Hartmann6Metric, JenattonMetric, AugmentedBraninMetric, AugmentedhartmannMetric * Removed functionality from stubs that wasn't being used Differential Revision: D61998254
c98c625
to
1e20d51
Compare
This pull request was exported from Phabricator. Differential Revision: D61998254 |
Summary: Pull Request resolved: facebook#2728 These may have once been used for benchmarking, but no longer are (not even in tests). Also, if these were to become needed again, it should be possible to define one metric based on BoTorch test functions that covers most of these, so we don't need so many classes that need their own registry entries. Also removed Sphinx headings for metrics files that aren't in Ax. * Removed Sphinx headings for BoTorch Test Problem and Dictionary Lookup, which don't exist anymore * Removed Hartmann6Metric, JenattonMetric, AugmentedBraninMetric, AugmentedhartmannMetric * Removed functionality from stubs that wasn't being used Differential Revision: D61998254
1e20d51
to
232892e
Compare
This pull request was exported from Phabricator. Differential Revision: D61998254 |
Summary: Pull Request resolved: facebook#2728 These may have once been used for benchmarking, but no longer are (not even in tests). Also, if these were to become needed again, it should be possible to define one metric based on BoTorch test functions that covers most of these, so we don't need so many classes that need their own registry entries. Also removed Sphinx headings for metrics files that aren't in Ax. * Removed Sphinx headings for BoTorch Test Problem and Dictionary Lookup, which don't exist anymore * Removed Hartmann6Metric, JenattonMetric, AugmentedBraninMetric, AugmentedhartmannMetric * Removed functionality from stubs that wasn't being used Differential Revision: D61998254
232892e
to
0fb6237
Compare
This pull request was exported from Phabricator. Differential Revision: D61998254 |
Summary: Pull Request resolved: facebook#2728 These may have once been used for benchmarking, but no longer are (not even in tests). Also, if these were to become needed again, it should be possible to define one metric based on BoTorch test functions that covers most of these, so we don't need so many classes that need their own registry entries. Also removed Sphinx headings for metrics files that aren't in Ax. * Removed Sphinx headings for BoTorch Test Problem and Dictionary Lookup, which don't exist anymore * Removed Hartmann6Metric, JenattonMetric, AugmentedBraninMetric, AugmentedhartmannMetric * Removed functionality from stubs that wasn't being used Differential Revision: D61998254
0fb6237
to
445ff3d
Compare
Summary: Pull Request resolved: facebook#2728 These may have once been used for benchmarking, but no longer are (not even in tests). Also, if these were to become needed again, it should be possible to define one metric based on BoTorch test functions that covers most of these, so we don't need so many classes that need their own registry entries. Also removed Sphinx headings for metrics files that aren't in Ax. * Removed Sphinx headings for BoTorch Test Problem and Dictionary Lookup, which don't exist anymore * Removed JenattonMetric, AugmentedBraninMetric, AugmentedHartmannMetric * Removed functionality from stubs that wasn't being used Differential Revision: D61998254
This pull request was exported from Phabricator. Differential Revision: D61998254 |
445ff3d
to
d511a1e
Compare
This pull request has been merged in b2d4940. |
Summary:
These may have once been used for benchmarking, but no longer are (not even in tests). Also, if these were to become needed again, it should be possible to define one metric based on BoTorch test functions that covers most of these, so we don't need so many classes that need their own registry entries.
Also removed Sphinx headings for metrics files that aren't in Ax.
Differential Revision: D61998254