checkScenario takes a (possibly incomplete) scenario setup of
irace, checks for errors and transforms it into a valid scenario.
checkScenario(scenario = defaultScenario())(list()) Data structure containing irace
settings. The data structure has to be the one returned by the function
defaultScenario or readScenario.
The scenario received as a parameter, possibly corrected. Unset scenario settings are set to their default values.
This function checks that the directories and the file names provided and required by the irace exist. It also checks that the settings are of the proper type, e.g. that settings expected to be integers are really integers. Finally, it also checks that there is no inconsistency between settings. If an error is found that prevents irace from running properly, it will stop with an error.
readScenariofor reading a configuration scenario from a file.
printScenarioprints the given scenario.
defaultScenarioreturns the default scenario settings of irace.
checkScenarioto check that the scenario is valid.