Summarise by instance

summarise_by_instance(irace_results)

Arguments

irace_results

The data generated when loading the .Rdata file created by irace (or the filename of that file).

Value

tibble

Examples

irace_result <- read_logfile(system.file(package="irace", "exdata",
                                         "irace-acotsp.Rdata", mustWork = TRUE))
summarise_by_instance(irace_result)
#> # A tibble: 10 × 9
#>    instance    experiments seeds      mean       sd median    min    max best_id
#>    <chr>             <int> <int>     <dbl>    <dbl>  <dbl>  <dbl>  <dbl> <chr>  
#>  1 1000-7.tsp          114     2 23859815. 1430798. 2.33e7 2.30e7 2.84e7 108    
#>  2 1000-1.tsp          116     2 23959821. 1100576. 2.36e7 2.34e7 2.84e7 45     
#>  3 1000-9.tsp           93     1 23908847. 1307268. 2.34e7 2.32e7 2.92e7 108    
#>  4 1000-8.tsp          150     2 23455237. 1243226. 2.30e7 2.28e7 2.84e7 112    
#>  5 1000-2.tsp          195     2 23763089. 1220501. 2.33e7 2.31e7 2.88e7 124    
#>  6 1000-10.tsp          86     2 23790663. 1067252. 2.35e7 2.33e7 2.88e7 44     
#>  7 1000-3.tsp           85     2 23433068.  927837. 2.32e7 2.31e7 2.84e7 119    
#>  8 1000-4.tsp           69     2 23480292.  774648. 2.33e7 2.32e7 2.77e7 146    
#>  9 1000-6.tsp           63     1 23259834.  631126. 2.31e7 2.29e7 2.63e7 132    
#> 10 1000-5.tsp           29     1 23333508.   35267. 2.33e7 2.33e7 2.34e7 108