-
Notifications
You must be signed in to change notification settings - Fork 2
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
Export mlrMBO settings #1
Comments
use mlrHyperopt? |
You mean for the par.set? Reuse the JSON code but otherwise I don't see the application. |
Yes thats what I meant, this was just a reminder for me |
It is possible to set all these keys in 1d73cb9. They don't have any effect yet though. |
mboecker
added a commit
that referenced
this issue
Sep 7, 2018
This should be done, but it could be tested, if every config key has the desired effect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to at least be able to set:
setMBOControlInfill(crit = , opt = , opt.restarts = , opt.focussearch.maxit = , opt.focussearch.points = )
makeMBOControl(propose.points = )
initSMBO(par.set = , design = , learner = , minimize = ,noisy = )
The text was updated successfully, but these errors were encountered: