Returns the configurations selected by ID.
getConfigurationById(iraceResults, ids, drop.metadata = FALSE)
A data frame containing the elite configurations required.
(list()
|character(1)
) iraceResults
object created by irace and typically saved in the log file irace.Rdata
. If a character string is given, then it is interpreted as the path to the log file from which the iraceResults
object will be loaded.
The id or a vector of ids of the candidates configurations to obtain.
Remove metadata, such the configuration ID and
the ID of the parent, from the returned configurations. See
removeConfigurationsMetaData()
.
Manuel López-Ibáñez and Leslie Pérez Cáceres