-
If you want to delete some jobs of the registry, `removeExperiments(ids)` will delete all result files and not only the results with the specified ids!
Here an example:
```
library(batchtools)
reg
-
To allow using multiple processes on Windows.
Could use `snow::makeSockCluster()` and the internal but exported `snow::sendCall()` and related functions.
-
We had this
https://github.com/mlr-org/mlrMBO/commit/5d5a0d853c145aa8460905632fa9edbda7fef133#diff-438fe61749bde9a3264e60a23b88e090L100
which was not working and thus deleted.
Maybe we want to integra…
-
MWE:
```
library(batchtools)
reg = makeRegistry(file.dir = NA)
ids = batchMap(function(x) {Sys.sleep(x)}
, x = c(2, 6, 6, 6, 4)
)
ids = chunkIds(ids)
submitJobs(ids, res…
-
I am getting my results with
`
reduceResultsDataTable(ids = ids_classif, fun = function(r) as.data.frame(as.list(r)), reg = regis, fill = TRUE)`
and it takes about 5 hours (50000 jobs). Is there a w…