-
Notifications
You must be signed in to change notification settings - Fork 357
Description
Question
Issue:
When using the fixed_features keyword argument with get_next_trials under GPEI, the initial suggested parameterizations consistently fall on the extremes or corners of the defined search space. Only after providing results for these initial trials does the client begin generating more meaningful or high-quality parameterizations.
Expected behavior:
Early suggestions should incorporate fixed features while still producing diverse, informative parameterizations rather than defaulting to boundary values.
Steps to reproduce:
Define a search space with at least 3 range parameters
generate sufficient Explore parameterizations and provide the values of these parameterizations using complete_trial
Call get_next_trials using GPEI, provide a fixed_features kwarg for one of the range parameters
Observe that the first few suggestions cluster at the search space corners. Provide the values of these parameterizations using complete_trial
Please provide any relevant code snippet if applicable.
Code of Conduct
- I agree to follow this Ax's Code of Conduct