Jakob Richter
Jakob Richter
This is indeed suboptimal (also because mbo never jumps to `method = a`) but also a very special case. We have the setting `ctrl = setMBOControlInfill(ctrl, filter.proposed.points = TRUE)` which...
Working on it in #444
> first order of business should be to detect this in mlrMBO. this is simple. either do this model agnostically This is already implemented in branch:smart_scheduling
Good to know! Probably they run in to the same numerical problems?
Can you put the script in a gist?
Thanks for pining. I will have a look.
Looking at the traceback. I am pretty sure this problem is in mlr.
For 5 see #223
Yes. As you can see in the linked github cran mirror.
An easy solution would be to save intermediate results following this example: ```r save.file = "~/mboState_run01.RData" # a file that can be accessed from all nodes on the cluster ctrl...