-
Notifications
You must be signed in to change notification settings - Fork 517
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
BlendSearch in UDF mode #1283
Comments
The above is the |
I got the same warning. I used the code in this example |
I belive that Passing the space definition as part of the |
Sorry, But what argument are you referring to? I can not find anything about Do you have any code example? |
Hi,
|
Hmm... I got the warning from this example: https://github.com/microsoft/FLAML/blob/main/test/tune_example.py
And that is where I got warning. Set |
When I select the BlendSearch search algorithm, I consistently encounter the following warning, whereas it does not appear when using CFO:
You passed a
space
parameter to OptunaSearch that contained unresolved search space definitions. OptunaSearch should however be instantiated with fully configured search spaces only. To use Ray Tune's automatic search space conversion, pass the space definition as part of theparam_space
argument totune.Tuner()
instead.The text was updated successfully, but these errors were encountered: