Learn R Programming

irace (version 1.02)

removeCandidatesMetaData: removeCandidatesMetaData

Description

Remove the columns with "metadata" of a matrix containing some candidate configurations. These "metadata" are used internaly by irace. This function can be used e.g. before printing the candidates, to output only the values for the parameters of the candidate without data possibly useless to the user.

Usage

removeCandidatesMetaData(candidates)

Arguments

candidates
A matrix containg the candidates, one per row.

Value

  • The same matrix without the "metadata".

See Also

candidates.print.command to print the candidates as command lines. candidates.print to print the candidates as a data frame.