readScenario reads the scenario to be used by
irace from a file.
readScenario(filename = "", scenario = list())A filename from which the scenario will be
read. If empty, the default scenarioFile is used.
An example scenario file is provided in
system.file(package="irace", "templates/scenario.txt.tmpl").
A list where tagged elements correspond to scenario settings for irace. This is an initial scenario that is overwritten for every parameter specified in the file to be read.
The scenario list read from the file. The scenario parameter not
present in the file are not present in the list, that is, they are
NULL.
printScenarioprints the given scenario.
defaultScenarioreturns the default scenario settings of irace.
checkScenarioto check that the scenario is valid.