Replies: 1 comment
-
You are right about when CFO and BlendSearch are used by default. The error is due to a bug when tuning multiple learners together in parallel. I created an issue #249 for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to try use ray during fit, and I'm not sure why the below trivial example fails. This same example succeeds if I omit the n_concurrent_trials=10 arg. Seems like without this arg the search is done with CFO sequentially (instead of BlendSearch). It's my understanding that BlendSearch can be used to search the space in parallel. Any ideas?
The error:
Beta Was this translation helpful? Give feedback.
All reactions