Skip to content

Allow BenchmarkProblem to take in custom BenchmarkRunner#4948

Open
sunnyshen321 wants to merge 1 commit intofacebook:mainfrom
sunnyshen321:export-D87091317
Open

Allow BenchmarkProblem to take in custom BenchmarkRunner#4948
sunnyshen321 wants to merge 1 commit intofacebook:mainfrom
sunnyshen321:export-D87091317

Conversation

@sunnyshen321
Copy link

Summary: BenchmarkRunner by default assumes all trials are completed in poll_trial_status. We need a custom runner (FailureAwareBenchmarkRunner from previous diff) to override poll_trial_status which stores trial status depending on if the trial data is NaN (should be abandoned) or is available (completed)

Differential Revision: D87091317

Summary: `BenchmarkRunner` by default assumes all trials are completed in `poll_trial_status`. We need a custom runner (`FailureAwareBenchmarkRunner` from previous diff) to override `poll_trial_status` which stores trial status depending on if the trial data is NaN (should be abandoned) or is available (completed)

Differential Revision: D87091317
@meta-cla meta-cla bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Feb 25, 2026
@meta-codesync
Copy link

meta-codesync bot commented Feb 25, 2026

@sunnyshen321 has exported this pull request. If you are a Meta employee, you can view the originating Diff in D87091317.

sunnyshen321 pushed a commit to sunnyshen321/Ax that referenced this pull request Feb 26, 2026
…k#4948)

Summary:

`BenchmarkRunner` by default assumes all trials are completed in `poll_trial_status`. We need a custom runner (`FailureAwareBenchmarkRunner` from previous diff) to override `poll_trial_status` which stores trial status depending on if the trial data is NaN (should be abandoned) or is available (completed)

Differential Revision: D87091317
sunnyshen321 pushed a commit to sunnyshen321/Ax that referenced this pull request Feb 26, 2026
…k#4948)

Summary:

`BenchmarkRunner` by default assumes all trials are completed in `poll_trial_status`. We need a custom runner (`FailureAwareBenchmarkRunner` from previous diff) to override `poll_trial_status` which stores trial status depending on if the trial data is NaN (should be abandoned) or is available (completed)

Differential Revision: D87091317
sunnyshen321 pushed a commit to sunnyshen321/Ax that referenced this pull request Feb 26, 2026
…k#4948)

Summary:

`BenchmarkRunner` by default assumes all trials are completed in `poll_trial_status`. We need a custom runner (`FailureAwareBenchmarkRunner` from previous diff) to override `poll_trial_status` which stores trial status depending on if the trial data is NaN (should be abandoned) or is available (completed)

Differential Revision: D87091317
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 meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant