irace (version 3.1)

irace.main: irace.main

Description

irace.main is a higher-level interface to invoke irace.

Usage

irace.main(scenario = defaultScenario(), output.width = 9999)

Arguments

scenario

defaultScenario() The scenario setup of irace.

output.width

9999 The width that must be used for the screen output.

Details

The function irace.main checks the correctness of the scenario, prints it, reads the parameter space from scenario$parameterFile, invokes irace and prints its results in various formatted ways. If you want a lower-level interface, please see function irace.

See Also

irace.cmdline a higher-level command-line interface to irace.main. readScenario to read the scenario setup from a file. defaultScenario to provide a default scenario for irace.