Open
Conversation
|
@CristianLara has exported this pull request. If you are a Meta employee, you can view the originating Diff in D86801911. |
CristianLara
added a commit
to CristianLara/Ax
that referenced
this pull request
Jan 5, 2026
Summary: # Summary Add `ExperimentStatus` enum with phases: DRAFT, INITIALIZATION, OPTIMIZATION, COMPLETED. **Backward compatibility:** The status field defaults to `None` for existing experiments, maintaining full backward compatibility. New experiments can optionally set status as needed. Differential Revision: D86801911
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4737 +/- ##
=======================================
Coverage 96.72% 96.73%
=======================================
Files 582 584 +2
Lines 60693 60756 +63
=======================================
+ Hits 58705 58770 +65
+ Misses 1988 1986 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CristianLara
added a commit
to CristianLara/Ax
that referenced
this pull request
Jan 7, 2026
Summary: # Summary Add `ExperimentStatus` enum with phases: DRAFT, INITIALIZATION, OPTIMIZATION, COMPLETED. **Backward compatibility:** The status field defaults to `None` for existing experiments, maintaining full backward compatibility. New experiments can optionally set status as needed. Differential Revision: D86801911
63d182f to
be71a56
Compare
CristianLara
added a commit
to CristianLara/Ax
that referenced
this pull request
Jan 7, 2026
Summary: # Summary Add `ExperimentStatus` enum with phases: DRAFT, INITIALIZATION, OPTIMIZATION, COMPLETED. **Backward compatibility:** The status field defaults to `None` for existing experiments, maintaining full backward compatibility. New experiments can optionally set status as needed. Differential Revision: D86801911
Summary: # Summary Add `ExperimentStatus` enum with phases: DRAFT, INITIALIZATION, OPTIMIZATION, COMPLETED. **Backward compatibility:** The status field defaults to `None` for existing experiments, maintaining full backward compatibility. New experiments can optionally set status as needed. Reviewed By: mgarrard Differential Revision: D86801911
2796e52 to
a9cf2e6
Compare
CristianLara
added a commit
to CristianLara/Ax
that referenced
this pull request
Feb 3, 2026
Summary: # Summary Add `ExperimentStatus` enum with phases: DRAFT, INITIALIZATION, OPTIMIZATION, COMPLETED. **Backward compatibility:** The status field defaults to `None` for existing experiments, maintaining full backward compatibility. New experiments can optionally set status as needed. Reviewed By: mgarrard Differential Revision: D86801911
CristianLara
pushed a commit
to CristianLara/Ax
that referenced
this pull request
Feb 5, 2026
Summary: Pull Request resolved: facebook#4737 # Summary Add `ExperimentStatus` enum with phases: DRAFT, INITIALIZATION, OPTIMIZATION, COMPLETED. **Backward compatibility:** The status field defaults to `None` for existing experiments, maintaining full backward compatibility. New experiments can optionally set status as needed. Differential Revision: D86801911 Reviewed By: mgarrard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Summary
Add
ExperimentStatusenum with phases: DRAFT, INITIALIZATION, OPTIMIZATION, COMPLETED.Backward compatibility:
The status field defaults to
Nonefor existing experiments, maintaining full backward compatibility. New experiments can optionally set status as needed.Differential Revision: D86801911