configurations_print_command function

Print configurations as command-line strings.

Print configurations as command-line strings.

Prints configurations after converting them into a representation for the command-line.

configurations_print_command(configurations, parameters)

Arguments

  • configurations: data.frame

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

  • parameters: ParameterSpace

    Data structure containing the parameter space definition. The data structure has to similar to the one returned by the function readParameters.

Returns

None.

See Also

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

Author(s)

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