View source: R/parameterAnalysis.R
getConfigurationById | R Documentation |
Returns the configurations selected by ID.
getConfigurationById(iraceResults, ids, drop.metadata = FALSE)
iraceResults |
|
ids |
|
drop.metadata |
|
A data frame containing the elite configurations required, in the
order and with the repetitions given by ids
.
Manuel López-Ibáñez and Leslie Pérez Cáceres
log_file <- system.file("exdata/irace-acotsp.Rdata", package="irace", mustWork=TRUE)
getConfigurationById(log_file, ids = c(2,1), drop.metadata = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.