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
Hi everyone. First of all, thanks for working on Ax! 😁
I have a setting where I’d like to optimize a function based on a certain context. The context is, in this case, the day of the week.
If I understood correctly, the only way to have contextual BO in Ax is by using the Developer API; setting the context as input covariates, and then generating a new_trial with fixed_features:
For this kind of task, the Developer API is more flexible but adds a lot of complexity. Is there any other way to do contextual BO, or pass fixed_features when using the simpler Service API?