| getExperimentParts {BatchExperiments} | R Documentation |
Get all parts required to run a single job.
Description
Get all parts which define an Experiment.
Usage
getExperimentParts(reg, id)
Arguments
reg |
[ |
id |
[ |
Value
[named list]. Returns the Job, Problem, Instance and Algorithm.
See Also
Other get:
getAlgorithmIds(),
getAlgorithm(),
getJobs.ExperimentRegistry(),
getProblemIds(),
getProblem()
[Package BatchExperiments version 1.4.3 Index]