testing_fromlog | R Documentation |
.Rdata
filetesting_fromlog
executes the testing of the target algorithm configurations
found by an irace execution.
testing_fromlog( logFile, testNbElites, testIterationElites, testInstancesDir, testInstancesFile, testInstances )
logFile |
Path to the |
testNbElites |
Number of (final) elite configurations to test. Overrides
the value found in |
testIterationElites |
( |
testInstancesDir |
Directory where testing instances are located, either absolute or relative to current directory. |
testInstancesFile |
File containing a list of test instances and optionally additional parameters for them. |
testInstances |
Character vector of the instances to be used in the |
The function testing_fromlog
loads the logFile
and obtains the
testing setup and configurations to be tested. Within the logFile
, the
variable scenario$testNbElites
specifies how many final elite
configurations to test and scenario$testIterationElites
indicates
whether test the best configuration of each iteration. The values may be
overridden by setting the corresponding arguments in this function. The
set of testing instances must appear in scenario[["testInstances"]]
.
Boolean. TRUE
if the testing ended successfully otherwise, FALSE
.
Manuel López-Ibáñez and Leslie Pérez Cáceres
defaultScenario()
to provide a default scenario for irace.
testing_fromfile()
provides a different interface for testing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.