Learn R Programming

irace (version 2.1)

checkIraceScenario: checkIraceScenario

Description

'checkIraceScenario' check the given scenario options.

Usage

checkIraceScenario(scenario, parameters=NULL)

Arguments

scenario
Data structure containing irace settings.The data structure has to be the one returned by the function defaultScenario() and readScenario(). See documentation of this function for details.
parameters
Data structure containing the parameter definition. The data structure has to be the one returned by the function readParameters(). See documentation of this function for details.

Details

Provide the parameters argument only if the parameter list should not be obtained from a parameter file. If the parameter list is provided it will be not checked.

See Also

readScenario for reading a configuration scenario from a file. defaultScenario returns the default scenario settings of irace. checkScenario to check that the scenario is valid.