get_ontology_var {IOHanalyzer} | R Documentation |
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, ...)
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. |
Value
the options of varname given the specified datasource
Examples
get_ontology_var("Fid", "BBOB")
[Package IOHanalyzer version 0.1.8.10 Index]