You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move choose_generation_strategy from ax.preview.modelbridge to ax.preview.api
Summary:
We need to move the new dispatch logic out of ax.preview in preparation for promoting the api module out of ax.preview. There are a number of things to take into consideration while making this move, including:
* Keeping the api module a top level import and not importing it from anywhere else in the Ax codebase
* Continuing to allow choose_generation_strategy to accept a GenerationStrategyConfig rather than all the options and flags individually
After some consideration, the most natural place for this is inside the api.utils module. This is where the other functions that consume Configs and produce Ax objects live.
Differential Revision: D70732507
0 commit comments