ASScenarioDesc: S3 class for ASScenarioDesc.

ASScenarioDescR Documentation

S3 class for ASScenarioDesc.

Description

Object members

Details

scenario_id [character(1)]

Name of scenario.

performance_measures [character]

Names of measures.

maximize [named character]

Maximize measure?

performance_type [named character]

Either “runtime” or “solution_quality”.

algorithm_cutoff_time [numeric(1)]

Cutoff time for an algorithm run.

algorithm_cutoff_memory [numeric(1)]

Cutoff memory for an algorithm run.

features_cutoff_time [numeric(1)]

Cutoff time for an instance feature run.

features_cutoff_memory [numeric(1)]

Cutoff memory for an instance feature run.

algorithm_features_cutoff_time [numeric(1)]

Cutoff time for an algorithm feature run.

algorithm_features_cutoff_memory [numeric(1)]

Cutoff memory for an algorithm feature run.

feature_steps [named list of character]

Names of feature processing steps, the other feature steps they require, and the features they provide.

metainfo_algorithms [named list of lists of character]

Names of algorithms and meta-information about them.


aslib documentation built on Aug. 25, 2022, 9:09 a.m.

Related to ASScenarioDesc in aslib...