| ASScenarioDesc {aslib} | R 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
listofcharacter] Names of feature processing steps, the other feature steps they require, and the features they provide.
- metainfo_algorithms [named
listof lists ofcharacter] Names of algorithms and meta-information about them.
[Package aslib version 0.1.2 Index]