Description Usage Arguments Details Author(s) See Also
testing.main
executes the testing of the target algorithm configurations found
on an irace execution.
1 | testing.main(logFile)
|
logFile |
Path to the .Rdata file produced by irace. |
The function testing.main
load the logFile
and obtains
the needed configurations according to the specified test. Use the scenario$testNbElites
to test N final elite configurations or use scenario$testIterationElites
to test the
best configuration of each iteration. A test instance set must be provided through
scenario$testInstancesDir
and testInstancesFile
.
Manuel López-Ibáñez and Jérémie Dubois-Lacoste
defaultScenario
to provide a default scenario for irace.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.