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

Compute ground-truth optimization trace on BenchmarkProblem #2704

Closed
wants to merge 1 commit into from

Conversation

esantorella
Copy link
Contributor

Summary: This currently doesn't change behavior, but enables more flexibility by redefining Problem.get_ground_truth_opt_trace or BenchmarkRunner.get_Y_true. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

Differential Revision: D61404056

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Aug 23, 2024
@facebook-github-bot
Copy link
Contributor

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

@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.40%. Comparing base (f1d2f88) to head (3d39c1e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2704   +/-   ##
=======================================
  Coverage   95.39%   95.40%           
=======================================
  Files         492      492           
  Lines       47920    47952   +32     
=======================================
+ Hits        45715    45747   +32     
  Misses       2205     2205           

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

@facebook-github-bot
Copy link
Contributor

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

esantorella added a commit to esantorella/Ax that referenced this pull request Aug 23, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

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

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

esantorella added a commit to esantorella/Ax that referenced this pull request Aug 23, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

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

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

esantorella added a commit to esantorella/Ax that referenced this pull request Aug 24, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

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

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

esantorella added a commit to esantorella/Ax that referenced this pull request Aug 24, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

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

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

esantorella added a commit to esantorella/Ax that referenced this pull request Aug 24, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

Differential Revision: D61404056
esantorella added a commit to esantorella/Ax that referenced this pull request Aug 24, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Differential Revision: D61404056

Reviewed By: saitcakmak
esantorella added a commit to esantorella/Ax that referenced this pull request Aug 25, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

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

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

esantorella added a commit to esantorella/Ax that referenced this pull request Aug 25, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Differential Revision: D61404056

Reviewed By: saitcakmak
esantorella added a commit to esantorella/Ax that referenced this pull request Aug 26, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Differential Revision: D61404056

Reviewed By: saitcakmak
@facebook-github-bot
Copy link
Contributor

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

esantorella added a commit to esantorella/Ax that referenced this pull request Aug 27, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

Differential Revision: D61404056
esantorella added a commit to esantorella/Ax that referenced this pull request Aug 27, 2024
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Differential Revision: D61404056

Reviewed By: saitcakmak
…#2704)

Summary:
Pull Request resolved: facebook#2704

This currently doesn't change behavior, but enables more flexibility by redefining `Problem.get_ground_truth_opt_trace` or `BenchmarkRunner.get_Y_true`. This is currently duplicative with the tracking metrics setup, which will be reaped in D61432000; these should be combined. This diff has both ways of computing the optimization trace running, along with an assertion that they give the same results.

Reviewed By: saitcakmak

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

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 05fd370.

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