testConfigurations: Execute the given configurations on the testing instances...

View source: R/testing.R

testConfigurationsR Documentation

Execute the given configurations on the testing instances specified in the scenario

Description

Execute the given configurations on the testing instances specified in the scenario

Usage

testConfigurations(configurations, scenario)

Arguments

configurations

data.frame
Parameter configurations of the target algorithm (one per row).

scenario

list()
Data structure containing irace settings. The data structure has to be the one returned by the function defaultScenario() or readScenario().

Details

A test instance set must be provided through scenario[["testInstances"]].

Value

A list with the following elements:

experiments

Experiments results.

seeds

Array of the instance seeds used in the experiments.

Author(s)

Manuel López-Ibáñez

See Also

testing_fromlog()


irace documentation built on April 3, 2025, 10:03 p.m.