Add RunnerConfig typed configuration infrastructure (#5131)#5131
Closed
Cesar-Cardoso wants to merge 2 commits intofacebook:mainfrom
Closed
Add RunnerConfig typed configuration infrastructure (#5131)#5131Cesar-Cardoso wants to merge 2 commits intofacebook:mainfrom
Cesar-Cardoso wants to merge 2 commits intofacebook:mainfrom
Conversation
|
@Cesar-Cardoso has exported this pull request. If you are a Meta employee, you can view the originating Diff in D99150292. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5131 +/- ##
==========================================
- Coverage 96.39% 96.38% -0.01%
==========================================
Files 613 614 +1
Lines 68378 68391 +13
==========================================
+ Hits 65913 65922 +9
- Misses 2465 2469 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this pull request
Apr 3, 2026
Summary: Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this pull request
Apr 7, 2026
Summary: Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
Summary: Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Differential Revision: D97988143
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this pull request
Apr 8, 2026
Summary: Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
b298f8e to
4662bc5
Compare
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this pull request
Apr 8, 2026
Summary: Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this pull request
Apr 8, 2026
Summary: Pull Request resolved: facebook#5131 Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
4662bc5 to
1605582
Compare
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this pull request
Apr 8, 2026
Summary: Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this pull request
Apr 8, 2026
Summary: Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
1605582 to
723426e
Compare
Cesar-Cardoso
added a commit
to Cesar-Cardoso/Ax
that referenced
this pull request
Apr 8, 2026
Summary: Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
Summary: Pull Request resolved: facebook#5131 Introduce `RunnerConfig` base class in `runner.py` with nested `SearchSpaceUpdateArguments` and `RunnerUpdateArguments` frozen dataclasses, and a `config_type` ClassVar on `Runner` so each runner subclass can declare its config type. Reviewed By: andycylmeta Differential Revision: D99150292
723426e to
14384e4
Compare
|
This pull request has been merged in f8a813b. |
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:
Introduce
RunnerConfigbase class inrunner.pywith nestedSearchSpaceUpdateArgumentsandRunnerUpdateArgumentsfrozen dataclasses, and aconfig_typeClassVar onRunnerso each runner subclass can declare its config type.Reviewed By: andycylmeta
Differential Revision: D99150292