If I want to reduce a large registry , I want to use parallelMap, but parallelStart only has mode = "batchjobs" which will corrupt a lot of functions in batchtools.
parallelStart(mode = "BatchJobs", resources = list(walltime = 3600)) ---------------------------------------------------------------------------------------------
parallelExport("getFront", "reg") # make sure the slave process could use the variables being exported
parallelLibrary("mlr", "batchtools", "ParamHelpers", "emoa", "smoof", "OpenML")
parallelSource("experiments/experiments_global_defs.R")
So this will mask all functions in batchtools to batchjob functions
If I want to reduce a large registry , I want to use parallelMap, but parallelStart only has mode = "batchjobs" which will corrupt a lot of functions in batchtools.
parallelStart(mode = "BatchJobs", resources = list(walltime = 3600)) ---------------------------------------------------------------------------------------------
parallelExport("getFront", "reg") # make sure the slave process could use the variables being exported
parallelLibrary("mlr", "batchtools", "ParamHelpers", "emoa", "smoof", "OpenML")
parallelSource("experiments/experiments_global_defs.R")
So this will mask all functions in batchtools to batchjob functions