getFinalElites {irace} | R Documentation |
Return the elite configurations of the final iteration.
Description
Return the elite configurations of the final iteration.
Usage
getFinalElites(iraceResults, n = 0L, drop.metadata = FALSE)
Arguments
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
|
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)
print(removeConfigurationsMetaData(getFinalElites(log_file, n=1)))
[Package irace version 3.5 Index]