irace (version 3.1)

testConfigurations: testConfigurations

Description

testConfigurations executes the given configurations on the testing instances specified in the scenario.

Usage

testConfigurations(configurations, scenario, parameters)

Arguments

configurations

a data frame containing the configurations (one per row).

scenario

Data structure containing irace settings.The data structure has to be the one returned by the function defaultScenario and readScenario.

parameters

A data structure similar to that provided by the link{readParameters} function.

Value

A list with the following elements:

  • experimentsExperiments results.

  • seedsArray of the instance seeds used in the experiments.

Details

A test instance set must be provided through scenario$testInstances.

See Also

testing.main