multi_irace | R Documentation |
irace()
multiple times with the same or different scenarios and parameter space definitions.There are three modes of operation:
One scenarios
and k
parameters
: k
runs with the same scenario and each parameter space definition.
One parameters
and k
scenarios
: k
runs with the same parameter space definition and each scenario.
k
parameters
and k
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
.
multi_irace(
scenarios,
parameters,
n = 1L,
parallel = 1L,
split_output = parallel > 1L,
global_seed = NULL
)
scenarios |
|
parameters |
|
n |
|
parallel |
|
split_output |
|
global_seed |
|
A list of the outputs of irace()
.
irace()
the main interface for single irace runs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.