Learn R Programming

irace (version 1.01)

irace.main: irace.main

Description

'irace.main' starts irace using the configuration given as argument.

Usage

irace.main(tunerConfig = defaultConfiguration(), output.width = 9999)

Arguments

tunerConfig
The configuration (as provided by 'readConfiguration'). If not provided, the configuration provided by 'defaultConfiguration' is used instead.
output.width
The width that must be used for the screen output.

See Also

irace.cmdline to read the command line before calling 'irace.main'. readConfiguration to read the configuration for irace from a file. defaultConfiguration to provide a default configuration for irace.