Learn R Programming

irace (version 2.1)

readConfigurationsFile: readConfigurationsFile

Description

'readConfigurationsFile' reads a set of target algorithms configurations from a file and puts them in irace format. The configurations are checked to match the parameters description provided.

Usage

readConfigurationsFile(filename, parameters, debugLevel = 0)

Arguments

filename
A filename from which the configurations should be read.
parameters
List of target algorithm parameters in the irace format.
debugLevel
Level of debug. Default: 0.

Value

A data frame containing the obtained configurations. Each row of the data frame is a candidate configuration, the columns correspond to the parameter names in parameters.

See Also

readParameters to obtain a valid parameter structure from a parameters list.