Learn R Programming

irace (version 1.06)

irace.main: irace.main

Description

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

Usage

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

Arguments

tunerConfig
The configuration of irace.
output.width
The width that must be used for the screen output.

Details

The function irace.main checks the correctness of the configuration, prints it, reads the parameter space from tunerConfig$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. readConfiguration to read the configuration of irace from a file. defaultConfiguration to provide a default configuration for irace.