getConfigurationById {irace} | R Documentation |
Returns the configurations selected by ID.
Description
Returns the configurations selected by ID.
Usage
getConfigurationById(iraceResults, ids, drop.metadata = FALSE)
Arguments
iraceResults |
|
ids |
|
drop.metadata |
|
Value
A data frame containing the elite configurations required, in the
order and with the repetitions given by ids
.
Author(s)
Manuel López-Ibáñez and Leslie Pérez Cáceres
Examples
log_file <- system.file("exdata/irace-acotsp.Rdata", package="irace", mustWork=TRUE)
getConfigurationById(log_file, ids = c(2,1), drop.metadata = TRUE)
[Package irace version 4.2.0 Index]