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