configurations_display: The configurations by iteration and instance

Description Usage Arguments Value Examples

View source: R/configurations_display.R

Description

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

Usage

1
2
3
4
5
6
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

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

pabloOnate/iraceplot documentation built on Aug. 29, 2021, 2:32 a.m.