Returns the configurations by the iteration in which they were executed.
getConfigurationByIteration(iraceResults = NULL, logFile = NULL,
iterations, drop.metadata = FALSE)
A data frame containing the elite configurations required.
(NULL
) Object created by irace and saved in scenario$logFile
.
(NULL
) Log file created by irace, this file must contain the
iraceResults
object.
The iteration number or a vector of iteration numbers from where the configurations should be obtained.
(FALSE
) 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