Returns the configurations selected by ID.
getConfigurationById(iraceResults = NULL, logFile = NULL, ids,
drop.metadata = FALSE)
A data frame containing the elite configurations required.
Object created by irace and saved in scenario$logFile
.
Log file created by irace, this file must contain the
iraceResults
object.
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