runAlgoOnInstance: Runs algorithm on an instance with given parameters and...

Description Usage Arguments

Description

Runs algorithm on an instance with given parameters and returns performance.

Usage

1
2
runAlgoOnInstance(scen, instance, vals, seed = 123L, cutoff.time,
  show.info = TRUE)

Arguments

scen

[AClibScenario]
Scenario.

instance

[character(1)]
Name of instance to run on, must be from training or test set of scen.

vals

[named list]
Setting for parameters. Names are parameters names, elements their values. If a parameter ist not listed here, its default value is taken from scen$par.set. Missing values are removed last, before passing them to the algorithm script.

cutoff.time

[numeric(1)]
Cutoff time for algorithm run in seconds. An upper limit is scen$cutoff.time. Default is scen$cutoff.time.


berndbischl/aclib-r-connector documentation built on May 12, 2019, 4:28 p.m.