The arguments provided on the R command line as a character
vector, e.g., c("--config-file", "tune-conf", "-p",
"parameters.txt").
Using the default value (not providing the parameter) is the easiest way to
call irace
Value
None.
Details
The function reads the parameters given on the command line
used to invoke R, finds the name of the configuration file,
initializes the configuration from the file (with the function
'readConfiguration') and possibly from parameters passed on
the command line. It finally starts irace by calling
'irace.main'.