Learn R Programming

irace (version 4.2.0)

removeConfigurationsMetaData: removeConfigurationsMetaData

Description

Remove the columns with "metadata" of a data frame containing configurations. Currently, metadata corresponds to column names starting with a period. This function should be used before printing the configurations to output only the values for the parameters of the configuration without metadata possibly useless to the user.

Usage

removeConfigurationsMetaData(configurations)

Value

The same data frame without "metadata".

Arguments

configurations

data.frame
Parameter configurations of the target algorithm (one per row).

Author

Manuel López-Ibáñez and Jérémie Dubois-Lacoste

See Also

configurations_print_command() to print the configurations as command lines. configurations_print() to print the configurations as a data frame.