irace (version 3.1)

configurationsBoxplot: Creates box plots of the quality of configurations.

Description

Creates box plots of the quality of configurations.

Usage

configurationsBoxplot(experiments, title = NULL,
  xlabel = "Configuration ID", ylabel = "Configuration cost",
  filename = NULL)

Arguments

experiments

Matrix of performance of configurations (columns) over a set of instances (rows).

title

(NULL) Title for the plot.

xlabel

Label for the x axis.

ylabel

Label for the y axis.

filename

(NULL) Filename prefix to create a pdf file with the plot.

Value

Box plot of the performance of the configurations.