This is a simplified version of the visualization you can obtain with acviz
. This function is currently VERY SLOW.
configurations_display(
irace_results,
rpd = TRUE,
filename = NULL,
interactive = base::interactive()
)
Arguments
The data generated when loading the .Rdata
file created by irace
(or the filename of that file).
(logical(1)
) TRUE to plot performance as the relative percentage deviation to best results per instance, FALSE to plot raw performance.
(character(1)
) File name to save the plot, for example "~/path/example/filename.png"
.
(logical(1)
) TRUE if the report may use interactive features (using plotly::ggplotly()
, plotly::plot_ly()
and DT::renderDataTable()
) or FALSE if such features must be disabled. Defaults to the value returned by interactive()
,
# \donttest{
iraceResults <- read_logfile(system.file(package="iraceplot", "exdata",
"guide-example.Rdata", mustWork = TRUE))
configurations_display(iraceResults)
# }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4