Save the log generated by irace to a file (by default irace.Rdata
).
Source: R/utils.R
save_irace_logfile.Rd
This 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
. IfNULL
or""
, no data is saved.