-
Notifications
You must be signed in to change notification settings - Fork 312
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
how to set Empirical Bayes in Bandit Optimization #1947
Comments
You should be able to follow the tutorial https://ax.dev/tutorials/factorial but just use a single |
@Balandat thank you for your replying; class FactorialMetric(Metric): |
I don't understand - this is just the synthetic data generating process from the tutorial (which wouldn't apply in your setting with a non-factorial design - you'd either just write a metric to return the results from the actual problem you wan to solve, or you'd have to switch out the synthetic data generating process for something else if you just want to use it for testing). The actual EB/TS on top of that happens in sections 3+ of the tutorial. |
@Balandat thank you for your replying and sorry for that i do not express my meaning; |
i want to implement MAB with AX;
i have read the Factorial design with empirical Bayes and Thompson Sampling;
If my experiment is not factorial,just a list of strategy; how to set the search_space
The text was updated successfully, but these errors were encountered: