-
Notifications
You must be signed in to change notification settings - Fork 319
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
Move generation_strategy to a dedicated folder #3287
Conversation
This pull request was exported from Phabricator. Differential Revision: D68720587 |
e33721f
to
9b178be
Compare
Summary: Moving the following from `ax/modelbridge/` to the new `ax/generation_strategy` directory ``` best_model_selector.py dispatch_utils.py external_generation_node.py generation_node_input_constructors.py generation_node.py generation_strategy.py model_spec.py transition_criterion.py ``` Reviewed By: saitcakmak Differential Revision: D68720587
This pull request was exported from Phabricator. Differential Revision: D68720587 |
Summary: Moving the following from `ax/modelbridge/` to the new `ax/generation_strategy` directory ``` best_model_selector.py dispatch_utils.py external_generation_node.py generation_node_input_constructors.py generation_node.py generation_strategy.py model_spec.py transition_criterion.py ``` Reviewed By: saitcakmak Differential Revision: D68720587
9b178be
to
f5b8f46
Compare
This pull request was exported from Phabricator. Differential Revision: D68720587 |
Summary: Moving the following from `ax/modelbridge/` to the new `ax/generation_strategy` directory ``` best_model_selector.py dispatch_utils.py external_generation_node.py generation_node_input_constructors.py generation_node.py generation_strategy.py model_spec.py transition_criterion.py ``` Reviewed By: saitcakmak Differential Revision: D68720587
f5b8f46
to
a9dff87
Compare
This pull request was exported from Phabricator. Differential Revision: D68720587 |
Summary: Moving the following from `ax/modelbridge/` to the new `ax/generation_strategy` directory ``` best_model_selector.py dispatch_utils.py external_generation_node.py generation_node_input_constructors.py generation_node.py generation_strategy.py model_spec.py transition_criterion.py ``` Reviewed By: saitcakmak Differential Revision: D68720587
a9dff87
to
363e73a
Compare
This pull request was exported from Phabricator. Differential Revision: D68720587 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3287 +/- ##
==========================================
- Coverage 95.75% 95.74% -0.01%
==========================================
Files 525 533 +8
Lines 52483 52513 +30
==========================================
+ Hits 50253 50280 +27
- Misses 2230 2233 +3 ☔ View full report in Codecov by Sentry. |
This pull request has been merged in 0f8660a. |
Summary:
Moving the following from
ax/modelbridge/
to the newax/generation_strategy
directoryReviewed By: saitcakmak
Differential Revision: D68720587