BatchExperiments (version 1.4.3)

getExperimentParts: Get all parts required to run a single job.

Description

Get all parts which define an Experiment.

Usage

getExperimentParts(reg, id)

Arguments

reg

[ExperimentRegistry] Registry.

id

[integer(1)] Id of a job.

Value

[named list]. Returns the Job, Problem, Instance and Algorithm.

See Also

Other get: getAlgorithmIds(), getAlgorithm(), getJobs.ExperimentRegistry(), getProblemIds(), getProblem()