reduceResultsExperiments but creates a few
(hopefully short) jobs to reduce the results in parallel.
The function internally calls batchMapQuick,
does reduceResultsExperimentsParallel(reg, ids, part = as.character(NA), fun, ...,
njobs = 20L, strings.as.factors = default.stringsAsFactors())ExperimentRegistry]
Registry.integer]
Ids of selected
experiments. Default is all jobs for which results are
available.character] Only useful for multiple
result files, then defines which result file part(s)
should be loaded. NA means all parts are loaded,
which is the default.function(job, res, ...)]
Function
to collect values from job and result res
object, the latter from stored result file. Must return
an object which can be coerced to a data.frame
(e.g. a fun.integer(1)] Number of parallel jobs
to create. Default is 20.logical(1)] Should all
character columns in result be converted to factors?
Default is default.stringsAsFactors().data.frame]. Aggregated results, containing problem
and algorithm paramaters and collected values.