getConfigurationByIteration {irace} | R Documentation |
Returns the configurations by the iteration in which they were executed.
Description
Returns the configurations by the iteration in which they were executed.
Usage
getConfigurationByIteration(iraceResults, iterations, drop.metadata = FALSE)
Arguments
iraceResults |
|
iterations |
|
drop.metadata |
|
Value
A data frame containing the elite configurations required.
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)
getConfigurationByIteration(log_file, iterations = c(-2, -1), drop.metadata = TRUE)
[Package irace version 4.2.0 Index]