powered by
irace.Rdata
Read the log file produced by irace (irace.Rdata).
read_logfile(filename, name = "iraceResults")
(list())
list()
Filename that contains the log file saved by irace. Example: irace.Rdata.
Optional argument that allows overriding the default name of the object in the file.
irace_results <- read_logfile(system.file("exdata/irace-acotsp.Rdata", package="irace", mustWork=TRUE)) str(irace_results)
Run the code above in your browser using DataLab