A graph is created with all the settings and instance of the training data

configurations_display(
  irace_results,
  rpd = TRUE,
  file_name = NULL,
  .interactive = interactive()
)

Arguments

irace_results

The data generated when loading the Rdata file created by irace

rpd

logical(default TRUE) TRUE to plot performance as the relative percentage deviation to best results, FALSE to plot raw performance

file_name

String, File name to save plot (example: "~/patch/example/file_name.png")

.interactive

Logical (Default interactive()), TRUE if the plot is generated interactively (plotly package) which is the default option, or FALSE it is generated statically.

Value

plot

Examples

# configurations_display(iraceResults, .interactive = interactive())