Learn R Programming

irace (version 1.07)

readConfiguration: readConfiguration

Description

'readConfiguration' reads the configuration to be used by irace from a file.

Usage

readConfiguration(filename = "", configuration = list())

Arguments

filename
A filename from which the configuration will be read. If empty, the default configurationFile is used. An example configuration file is provided in system.file(package="irace", "templates/tune-conf.tmpl").
configuration
A list where tagged elements correspond to configuration parameters of irace. This is an initial configuration that is overwritten for every parameter specified in the file to be read.

Value

The configuration read from the file. Anything not mentioned in the file is not present in the list, that is, it is NULL.

See Also

checkConfiguration to check that the configuration is valid. defaultConfiguration to set the configuration to the default. printConfiguration to print the configuration.