powered by
Get the list of available options for data from the OPTION ontology
get_ontology_data( datasource, fids, dims, algs, iids = NULL, funcsuites = NULL, min_target = NULL, max_target = NULL, min_budget = NULL, max_budget = NULL )
a DataSetList object matching the selected attributes.
The datasource: either BBOB or Nevergrad
The function names as given by `get_ontology_var`
The dimensionalities as given by `get_ontology_var`
The algorithm names as given by `get_ontology_var`
The instances as given by `get_ontology_var` (only for BBOB data)
The function suite as given by `get_ontology_var` (only for Nevergrad data)
The minimum target value for which to return data
The maximum target value for which to return data
The minimum budget value for which to return data
The maximum budget value for which to return data
get_ontology_data("BBOB", "f5", 5, "IPOP400D", 1)
Run the code above in your browser using DataLab