Learn R Programming

irace (version 3.4.1)

testing.main: testing.main

Description

testing.main executes the testing of the target algorithm configurations found on an irace execution.

Usage

testing.main(logFile)

Value

Boolean. TRUE if the testing ended successfully otherwise, returns FALSE.

Arguments

logFile

Path to the .Rdata file produced by irace.

Author

Manuel López-Ibáñez and Leslie Pérez Cáceres

Details

The function testing.main loads 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.

See Also

defaultScenario to provide a default scenario for irace.