readScenario {irace} | R Documentation |
Reads from a file the scenario settings to be used by irace.
Description
Reads from a file the scenario settings to be used by irace.
Usage
readScenario(filename = "", scenario = list(), params_def = .irace.params.def)
Arguments
filename |
( |
scenario |
( |
params_def |
( |
Value
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
.
Author(s)
Manuel López-Ibáñez and Jérémie Dubois-Lacoste
See Also
printScenario()
prints the given scenario.
defaultScenario()
returns the default scenario settings of irace.
checkScenario()
to check that the scenario is valid.