getJobs.ExperimentRegistry {BatchExperiments} | R Documentation |
Get jobs (here: experiments) from registry by id.
Description
Constructs an Experiment
for each job id provided.
Usage
## S3 method for class 'ExperimentRegistry'
getJobs(reg, ids, check.ids = TRUE)
Arguments
reg |
[ |
ids |
[ |
check.ids |
[ |
Value
[list of Experiment
].
See Also
Other get:
getAlgorithmIds()
,
getAlgorithm()
,
getExperimentParts()
,
getProblemIds()
,
getProblem()
[Package BatchExperiments version 1.4.3 Index]