Creates box plots of the quality of configurations.
configurationsBoxplot(experiments, title = NULL,
xlabel = "Configuration ID", ylabel = "Configuration cost",
filename = NULL)
Box plot of the performance of the configurations.
Matrix of performance of configurations (columns) over a set of instances (rows).
(NULL
) Title for the plot.
Label for the x axis.
Label for the y axis.
(NULL
) Filename prefix to create a pdf file with the plot.
Manuel López-Ibáñez and Leslie Pérez Cáceres