BatchExperiments (version 1.4.2)

getJobs.ExperimentRegistry: Get jobs (here: experiments) from registry by id.

Description

Constructs an Experiment for each job id provided.

Usage

# S3 method for 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