irace (version 3.1)

getFinalElites: Return the elite configurations of the final iteration.

Description

Return the elite configurations of the final iteration.

Usage

getFinalElites(iraceResults = NULL, logFile = NULL, n = 0,
  drop.metadata = FALSE)

Arguments

iraceResults

Object created by irace and saved in scenario$logFile.

logFile

Log file created by irace, this file must contain the iraceResults object.

n

Number of elite configurations to return, if n is larger than the number of configurations, then only the existing ones are returned.

drop.metadata

Remove metadata, such the configuration ID and the ID of the parent, from the returned configurations. See removeConfigurationsMetaData.

Value

A data frame containing the elite configurations required.