irace (version 3.1)

getConfigurationById: Returns the configurations selected by ID.

Description

Returns the configurations selected by ID.

Usage

getConfigurationById(iraceResults = NULL, logFile = NULL, ids,
  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.

ids

The id or a vector of ids of the candidates configurations to obtain.

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.