| checkIraceScenario {irace} | R Documentation |
checkIraceScenario tests that the given irace scenario
can be run by checking the scenario settings provided and trying to run
the target-algorithm.
checkIraceScenario(scenario, parameters = NULL)
scenario |
( |
parameters |
( |
Provide the parameters argument only if the parameter list
should not be obtained from the parameter file given by the scenario. If
the parameter list is provided it will not be checked. This function will
try to execute the target-algorithm.
returns TRUE if succesful and gives an error and returns
FALSE otherwise.
Manuel López-Ibáñez and Jérémie Dubois-Lacoste
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.