Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getConfigurationByIteration

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 = NULL, logFile = NULL,
  iterations, drop.metadata = FALSE)

Arguments

iraceResults

(NULL) Object created by irace and saved in scenario$logFile.

logFile

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

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

Iterated Racing for Automatic Algorithm Configuration

v3.4.1
GPL (>= 2)
Authors
Manuel López-Ibáñez [aut, cre] (<https://orcid.org/0000-0001-9974-1295>), Jérémie Dubois-Lacoste [aut], Leslie Pérez Cáceres [aut], Thomas Stützle [aut], Mauro Birattari [aut], Eric Yuan [ctb], Prasanna Balaprakash [ctb], Nguyen Dang [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.