Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

testing.main

testing.main


Description

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

Usage

testing.main(logFile)

Arguments

logFile

Path to the .Rdata file produced by irace.

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.

Value

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

Author(s)

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

See Also

defaultScenario to provide a default scenario for irace.


irace

Iterated Racing for Automatic Algorithm Configuration

v3.4.1
GPL (>= 2)
Authors
Manuel López-Ibáñez [aut, cre] (<https://orcid.org/0000-0001-9974-1295>), Jérémie Dubois-Lacoste [aut], Leslie Pérez Cáceres [aut], Thomas Stützle [aut], Mauro Birattari [aut], Eric Yuan [ctb], Prasanna Balaprakash [ctb], Nguyen Dang [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.