save_irace_logfile: Save the log generated by 'irace' to a file (by default...

View source: R/utils.R

save_irace_logfileR Documentation

Save the log generated by irace to a file (by default irace.Rdata).

Description

This function may be useful if you are manually editing the log data generated by a run of irace.

Usage

save_irace_logfile(iraceResults, logfile)

Arguments

iraceResults

list()
Object created by irace and typically saved in the log file irace.Rdata.

logfile

character(1)
Filename to save iraceResults. Usually, this is given by scenario$logFile. If NULL or "", no data is saved.

See Also

read_logfile()


irace documentation built on April 3, 2025, 10:03 p.m.