has_testing_data {irace} | R Documentation |
Check if the results object generated by irace has data about the testing phase.
Description
Check if the results object generated by irace has data about the testing phase.
Usage
has_testing_data(iraceResults)
Arguments
iraceResults |
|
Value
logical(1)
Examples
irace_results <- read_logfile(system.file("exdata/irace-acotsp.Rdata", package="irace",
mustWork=TRUE))
print(has_testing_data(irace_results))
[Package irace version 4.1 Index]