View source: R/summarise_by_configuration.R
summarise_by_configuration | R Documentation |
Summarise by configuration
summarise_by_configuration(
irace_results,
elites_only = FALSE,
instances = c("both", "train", "test")
)
irace_results |
The data generated when loading the |
elites_only |
( |
instances |
( |
tibble
irace_results <- read_logfile(system.file(package="irace", "exdata",
"irace-acotsp.Rdata", mustWork = TRUE))
summarise_by_configuration(irace_results, instances = "train", elites_only = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.