has_testing_data {irace} | R Documentation |
Check if the results object generated by irace has data about the testing phase.
has_testing_data(iraceResults)
iraceResults |
|
logical(1)
irace_results <- read_logfile(system.file("exdata/irace-acotsp.Rdata", package="irace",
mustWork=TRUE))
print(has_testing_data(irace_results))