Usage
findExperiments(reg, ids, prob.pattern, prob.pars,
algo.pattern, algo.pars, repls, match.substring = TRUE)Arguments
ids
[integer]
Ids of selected
experiments to restrict to. Default is all experiments.
prob.pattern
[character(1)]
If not
missing, all problem ids that match this string are
selected.
prob.pars
[R expression]
If not missing, all
problems whose parameters match the given expression are
selected.
algo.pattern
[character(1)]
If not
missing, all algorithm ids that match this string are
selected.
algo.pars
[R expression]
If not missing, all
algorithms whose parameters match the given expression
are selected.
repls
[integer]
If not missing, restrict
to jobs with given replication numbers.
match.substring
[logical(1)]
Is a match
in prob.pattern and algo.pattern if the id
contains the pattern as substring or must the id exactly
match? Default is TRUE.