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 |
Number of elite configurations to return, if |
drop.metadata |
Remove metadata, such the configuration ID and
the ID of the parent, from the returned configurations. See
|
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.