Jakob Richter

Results 158 comments of 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...

> 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?

Thanks for pining. I will have a look.

Looking at the traceback. I am pretty sure this problem is in mlr.

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...