Learn R Programming

⚠️There's a newer version (1.4.3) of this package.Take me there.

BatchExperiments (version 1.0-968)

Statistical experiments on batch computing clusters.

Description

Extends the BatchJobs package to run statistical experiments on batch computing clusters. For further details see the project web page.

Copy Link

Version

Install

install.packages('BatchExperiments')

Monthly Downloads

2,497

Version

1.0-968

License

BSD

Maintainer

Michel Lang

Last Published

April 10th, 2013

Functions in BatchExperiments (1.0-968)

findExperiments

Find ids of experiments that match a query.
getProblemIds

Get ids of problems in registry.
removeExperiments

Remove jobs from registry.
addAlgorithm

Add an algorithm to registry.
summarizeExperiments

Summarize selected experiments.
getJobs.ExperimentRegistry

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

Construct a registry object for experiments.
reduceResultsExperimentsParallel

Reduce very many results in parallel.
getAlgorithmIds

Get ids of algorithms in registry.
getAlgorithm

Get algorithm from registry by id. The object is loaded from disk.
makeDesign

Create parameter designs for problems and algorithms.
ExperimentJob

ExperimentJob
reduceResultsExperiments

Reduce results into a data.frame with all relevant information.
getIndex

Group experiments.
removeProblem

Remove problem from registry.
addProblem

Add a problem to registry.
generateProblemInstance

Generate dynamic part of problem.
addExperiments

Add experiemts to the registry.
removeAlgorithm

Remove algorithm from registry.
getResultVars

Get variable groups of reduced results.
getProblem

Get problem from registry by id.