get_ontology_data {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_data(
datasource,
fids,
dims,
algs,
iids = NULL,
funcsuites = NULL,
min_target = NULL,
max_target = NULL,
min_budget = NULL,
max_budget = NULL
)
Arguments
datasource |
The datasource: either BBOB or Nevergrad |
fids |
The function names as given by 'get_ontology_var' |
dims |
The dimensionalities as given by 'get_ontology_var' |
algs |
The algorithm names as given by 'get_ontology_var' |
iids |
The instances as given by 'get_ontology_var' (only for BBOB data) |
funcsuites |
The function suite as given by 'get_ontology_var' (only for Nevergrad data) |
min_target |
The minimum target value for which to return data |
max_target |
The maximum target value for which to return data |
min_budget |
The minimum budget value for which to return data |
max_budget |
The maximum budget value for which to return data |
Value
a DataSetList object matching the selected attributes.
Examples
get_ontology_data("BBOB", "f5", 5, "IPOP400D", 1)
[Package IOHanalyzer version 0.1.8.10 Index]