Return the elite configurations of the final iteration.
getFinalElites(iraceResults = NULL, logFile = NULL, n = 0,
drop.metadata = FALSE)
A data frame containing the elite configurations required.
Object created by irace and saved in scenario$logFile
.
Log file created by irace, this file must contain the
iraceResults
object.
Number of elite configurations to return, if n
is larger than the
number of configurations, then only the existing ones are returned.
Remove metadata, such the configuration ID and
the ID of the parent, from the returned configurations. See
removeConfigurationsMetaData
.
Manuel López-Ibáñez and Leslie Pérez Cáceres