Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_RT_overview: Get Runtime Value condensed overview

Description

Get Runtime Value condensed overview

Usage

get_RT_overview(ds, ...)

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

# S3 method for DataSetList get_RT_overview(ds, algorithm = "all", ...)

Value

A data.table containing the algorithm ID, minimum and maximum used evaluations, number of runs and available budget for the DataSet

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.

Examples

Run this code
get_RT_overview(dsl)
get_RT_overview(dsl[[1]])

Run the code above in your browser using DataLab