Jakob Richter
Jakob Richter
Just a local docker cluster version from out SFB
Look at the following example ```r library(batchtools) reg = makeExperimentRegistry(file.dir = NA) addProblem("names", data = list(), fun = function(name, ...) return(name)) pdes = list(names = data.frame(name = c("homer", "marge"))) addAlgorithm("combine",...
Maybe include a tiny test function that just submits a tiny test job and checks if the result is as expected for a specific registry without the need of having...
It would be nice if there was a handy option to define the resources needed by a specific algorithm or problem within the definition of them. Now you just generate...
Hi, a feature I would like is the depth argument in `clone()`. Sometimes I am sure that I don't need the history of a project locally. What are your thoughts?
We have: - list of measures - how to implement own measure But not how to work with existing measures. This chapter could show how to - calc. measures after...
Just transferring ripleys fixes/changes logged [here](https://github.com/cran/mlrMBO/commit/317c10ad02f8806d48a726304289cae0878a750c) > CRAN package akima has a restricted-use licence. Package interp has a > FOSS licence and provides a drop-in replacement for akima's functions >...
And maybe others mentioned in "Recent advances in surrogate-based optimization" (Forrester, 2009)