check_output_target_runner {irace} | R Documentation |
Check the output of the target runner and repair it if possible. If the output is incorrect, this function will throw an error.
Description
Check the output of the target runner and repair it if possible. If the output is incorrect, this function will throw an error.
Usage
check_output_target_runner(output, scenario, bound = NULL)
Arguments
output |
The output from target runner. |
scenario |
|
bound |
Optional time bound that the target runner should have respected. |
Value
The output with its contents repaired.
[Package irace version 4.2.0 Index]