powered by
Summarise the results of a run of irace
irace_summarise(iraceResults)
list()
list()|character(1) Object created by irace and typically saved in the log file irace.Rdata. If a character string is given, then it is interpreted as the path to the log file from which the iraceResults object will be loaded.
character(1)
irace.Rdata
iraceResults
Manuel López-Ibáñez
irace_results <- read_logfile(system.file("exdata/irace-acotsp.Rdata", package="irace", mustWork=TRUE)) irace_summarise(irace_results)
Run the code above in your browser using DataLab