View source: R/parameterAnalysis.R
getFinalElites | R Documentation |
Return the elite configurations of the final iteration.
getFinalElites(iraceResults, n = 0L, drop.metadata = FALSE)
iraceResults |
|
n |
|
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)
print(removeConfigurationsMetaData(getFinalElites(log_file, n=1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.