readScenario {irace} | R Documentation |
The scenario argument is an initial scenario that is overwritten for every setting specified in the file to be read.
readScenario(filename = "", scenario = list(), params_def = .irace.params.def)
filename |
|
scenario |
|
params_def |
|
The scenario list read from the file. The scenario settings not
present in the file are not present in the list, i.e., they are NULL
.
Manuel López-Ibáñez and Jérémie Dubois-Lacoste
printScenario()
prints the given scenario.
defaultScenario()
returns the default scenario settings of irace.
checkScenario()
to check that the scenario is valid.