get_RT_overview: Get Runtime Value condensed overview

View source: R/DataSet.R

get_RT_overviewR Documentation

Get Runtime Value condensed overview

Description

Get Runtime Value condensed overview

Usage

get_RT_overview(ds, ...)

## S3 method for class 'DataSet'
get_RT_overview(ds, ...)

## S3 method for class 'DataSetList'
get_RT_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, minimum and maximum used evaluations, number of runs and available budget for the DataSet

Examples

get_RT_overview(dsl)
get_RT_overview(dsl[[1]])

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