Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_ontology_var: Get the list of available options for data from the OPTION ontology

Description

Get the list of available options for data from the OPTION ontology

Usage

get_ontology_var(varname, datasource = NULL, study = NULL, algs = NULL, ...)

Value

the options of varname given the specified datasource

Arguments

varname

The variable for which to get the options. Restricted to [Fid, Iid, DIM, AlgId, Suite]

datasource

The datasource for which to get the attributes. Either BBOB or Nevergrad, or NULL if looking at a specific `study` argument

study

Which study to load the requested variables for (NULL if no study is considered)

algs

Which algorithms to get the requested variables for. Required for varnames in [Fid, Iid, DIM]

...

Additional arguments to the OPTION call. Currently only supports 'Suite' for nevergrad.

Examples

Run this code
get_ontology_var("Fid", "BBOB")

Run the code above in your browser using DataLab