get_FV_summary {IOHanalyzer} | R Documentation |
Get Function Value Summary
Description
Get Function Value Summary
Usage
get_FV_summary(ds, ...)
## S3 method for class 'DataSet'
get_FV_summary(ds, runtime, include_geom_mean = F, ...)
## S3 method for class 'DataSetList'
get_FV_summary(ds, runtime, algorithm = "all", include_geom_mean = F, ...)
Arguments
ds |
A DataSet or DataSetList object |
... |
Arguments passed to other methods |
runtime |
A Numerical vector. Runtimes at which function values are reached |
include_geom_mean |
Boolean to indicate whether to include the geometric mean. Only works in fixed_budget mode. Negative values cause NaN, zeros cause output to be completely 0. Defaults to False. |
algorithm |
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider. |
Value
A data.table containing the function value statistics for each provided target runtime value
Examples
get_FV_summary(dsl, 100)
get_FV_summary(dsl[[1]], 100)
[Package IOHanalyzer version 0.1.8.10 Index]