multi_irace {irace} | R Documentation |
Execute irace()
multiple times with the same or different scenarios and parameter space definitions.
Description
There are three modes of operation:
One
scenarios
andk
parameters
:k
runs with the same scenario and each parameter space definition.One
parameters
andk
scenarios
:k
runs with the same parameter space definition and each scenario.-
k
parameters
andk
scenarios:k
runs with each scenario and parameter space definition.
Each of the k
runs can be repeated n
times by supplying a value for n
.
Usage
multi_irace(
scenarios,
parameters,
n = 1L,
parallel = 1,
split_output = parallel > 1,
global_seed = NULL
)
Arguments
scenarios |
|
parameters |
|
n |
|
parallel |
|
split_output |
|
global_seed |
|
Value
A list of the outputs of irace()
.
See Also
irace()
the main interface for single irace runs.