Prints configurations after converting them into a representation for the command-line.
configurations.print.command(configurations, parameters)
(data.frame
) Parameter configurations of the
target algorithm (one per row).
(list()
) Data structure containing the parameter
space definition. The data structure has to similar to the one returned by the
function readParameters
.
None.
configurations.print
to print the configurations as a data frame.