irace.main
is a higher-level interface to invoke irace
.
irace.main(scenario = defaultScenario(), output.width = 9999)
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
.
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.