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.
readConfigurationsFile(filename, parameters, debugLevel = 0, text)
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
.
(character(1)
)
Filename from which the configurations should be read.
(list()
)
Data structure containing the parameter
space definition. The data structure has to similar to the one returned by the
function readParameters
.
(integer(1)
)
Larger values produce more verbose output.
(character(1)
)
If file
is not supplied and this is,
then parameters are read from the value of text
via a text connection.
Manuel López-Ibáñez and Jérémie Dubois-Lacoste
readParameters
to obtain a valid parameter structure from a parameters list.