get_FV_summary: Get Function Value Summary

View source: R/DataSet.R

get_FV_summaryR 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)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.