testing_fromfile {irace} | R Documentation |
Test configurations given an explicit table of configurations and a scenario file
Description
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!
Usage
testing_fromfile(filename, scenario)
Arguments
filename |
Path to a file containing configurations: one configuration per line, one parameter per column, parameter names in header. |
scenario |
( |
Value
iraceResults
Author(s)
Manuel López-Ibáñez
See Also
testing_fromlog()
provides a different interface for testing.
[Package irace version 3.5 Index]