getConfigurationByIteration: Returns the configurations by the iteration in which they...

View source: R/parameterAnalysis.R

getConfigurationByIterationR Documentation

Returns the configurations by the iteration in which they were executed.

Description

Returns the configurations by the iteration in which they were executed.

Usage

getConfigurationByIteration(iraceResults, iterations, drop.metadata = FALSE)

Arguments

iraceResults

(list()|character(1)) iraceResults object created by irace and typically saved in the log file irace.Rdata. If a character string is given, then it is interpreted as the path to the log file from which the iraceResults object will be loaded.

iterations

The iteration number or a vector of iteration numbers from where the configurations should be obtained.

drop.metadata

(FALSE) 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.

Author(s)

Manuel López-Ibáñez and Leslie Pérez Cáceres


irace documentation built on Oct. 23, 2022, 5:06 p.m.