Test configurations given an explicit table of configurations and a scenario file
Test configurations given an explicit table of configurations and a scenario file
Executes the testing of an explicit list of configurations given in filename (same format as in readConfigurationsFile()). A logFile is created unless disabled in scenario. This may overwrite an existing one!
testing_fromfile(filename, scenario)
Arguments
filename: character(1)
Path to a file containing configurations: one configuration per line, one parameter per column, parameter names in header.
scenario: list()
Data structure containing irace
settings. The data structure has to be the one returned by the function defaultScenario() or readScenario().
Returns
iraceResults
See Also
testing_fromlog() provides a different interface for testing.