Learn R Programming

irace (version 1.01)

readConfiguration: readConfiguration

Description

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

Usage

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

Arguments

filename
A character chain that is the name of the file to be read. The function stops if this argument is not provided or if the file is not readable.
configuration
An initial configuration that can be used. In this case, this initial configuration is overwritten for every parameters specified in the file to be read.

Value

  • The configuration read from the file.

See Also

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