get_FV_overview {IOHanalyzer} | R Documentation |
Get Function Value condensed overview
Description
Get Function Value condensed overview
Usage
get_FV_overview(ds, ...)
## S3 method for class 'DataSet'
get_FV_overview(ds, ...)
## S3 method for class 'DataSetList'
get_FV_overview(ds, algorithm = "all", ...)
Arguments
ds |
A 'DataSet' or 'DataSetList' object |
... |
Arguments passed to other methods |
algorithm |
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider. |
Value
A data.table containing the algorithm ID, best, worst and mean reached function values, the number of runs and available budget for the DataSet
Examples
get_FV_overview(dsl)
get_FV_overview(dsl[[1]])
get_FV_overview(dsl, algorithm = '(1+1)_greedy_hill_climber_1')
[Package IOHanalyzer version 0.1.8.10 Index]