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

[ExperimentRegistry]
Registry.

ids

[integer]
Ids of job. Default is all jobs.

check.ids

[logical(1)]
Check the job ids? Default is TRUE.

Value

[list of Experiment].

See Also

Other get: getAlgorithmIds(), getAlgorithm(), getExperimentParts(), getProblemIds(), getProblem()


[Package BatchExperiments version 1.4.3 Index]