Learn R Programming

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

BatchExperiments (version 1.4.2)

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.4.2

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Michel Lang

Last Published

November 30th, 2017

Functions in BatchExperiments (1.4.2)

generateProblemInstance

Generate dynamic part of problem.
addProblem

Add a problem to registry.
getAlgorithm

Get algorithm from registry by id.
findExperiments

Find ids of experiments that match a query.
addAlgorithm

Add an algorithm to registry.
getExperimentParts

Get all parts required to run a single job.
addExperiments

Add experiemts to the registry.
getAlgorithmIds

Get ids of algorithms in registry.
getResultVars

Get variable groups of reduced results.
BatchExperiments

The BatchExperiments package
makeDesign

Create parameter designs for problems and algorithms.
ExperimentJob

ExperimentJob
reduceResultsExperimentsParallel

Reduce very many results in parallel.
makeExperimentRegistry

Construct a registry object for experiments.
reduceResultsExperiments

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

Remove algorithm from registry.
getJobs.ExperimentRegistry

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

Group experiments.
getProblem

Get problem from registry by id.
getProblemIds

Get ids of problems in registry.
summarizeExperiments

Summarize selected experiments.
removeExperiments

Remove jobs from registry.
removeProblem

Remove problem from registry.