Save the log generated by irace to a file (by default irace.Rdata).
Source: R/utils.R
save_irace_logfile.RdThis function may be useful if you are manually editing the log data generated by a run of irace.
Arguments
- iraceResults
list()
Object created by irace and typically saved in the log fileirace.Rdata.- logfile
character(1)
Filename to saveiraceResults. Usually, this is given byscenario$logFile. IfNULLor"", no data is saved.