file.dir, work.dir) to get resolved and have
complete control over the way the path is used internally, pass an absolute path which begins with Every object is a list that contains the passed arguments of the constructor.
makeExperimentRegistry(id = "BatchExperimentRegistry", file.dir,
sharding = TRUE, work.dir, multiple.result.files = FALSE, seed,
packages = character(0L), src.dirs = character(0L),
src.files = character(0L), skip = TRUE)character(1)]
Name of registry. Displayed e.g. in mails or in cluster queue.
Default is character(1)]
Path where files regarding the registry / jobs should be saved.
Default is dQuote{logical(1)]
Enable sharding to distribute result files into different subdirectories?
Important if you have many experiments.
Default is TRUE.character(1)]
Working directory for R process when experiment is executed.
Default is the current working directory when registry is created.logical(1)]
Should a result file be generated for every list element of the
returned list of the algorithm function?
Note that your algorithm functions in addAlgorithm must
return named linteger(1)]
Start seed for experiments. The first experiment in the registry will use this
seed, for the subsequent ones the seed is incremented by 1.
Default is a random number from 1 to .Machine$integer.max/2.character]
Packages that will always be loaded on each node.
Default is character(0).character]
Directories relative to your work.dir containing R scripts
to be sourced on registry load (both on slave and master).
Files not matching the pattern character]
R scripts files relative to your work.dir
to be sourced on registry load (both on slave and master).
Useful if you have many helper functions that are needed during the execution of your jobs.
These files should only logical(1)]
Skip creation of a new registry if a registry is found in file.dir.
Defaults to TRUE.