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

Move generation_strategy to a dedicated folder #3287

Closed
wants to merge 1 commit into from

Conversation

ItsMrLin
Copy link
Contributor

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

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

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

ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Feb 5, 2025
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
@facebook-github-bot
Copy link
Contributor

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

ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Feb 5, 2025
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
@facebook-github-bot
Copy link
Contributor

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

ItsMrLin added a commit to ItsMrLin/Ax that referenced this pull request Feb 5, 2025
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
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

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

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 95.25368% with 58 lines in your changes missing coverage. Please review.

Project coverage is 95.74%. Comparing base (4b8ab75) to head (363e73a).

Files with missing lines Patch % Lines
ax/generation_strategy/generation_strategy.py 92.39% 26 Missing ⚠️
ax/generation_strategy/transition_criterion.py 92.10% 12 Missing ⚠️
ax/generation_strategy/generation_node.py 97.15% 7 Missing ⚠️
ax/generation_strategy/dispatch_utils.py 96.36% 6 Missing ⚠️
ax/generation_strategy/model_spec.py 95.58% 6 Missing ⚠️
...ion_strategy/generation_node_input_constructors.py 98.43% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 0f8660a.

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