get_maxRT: Get the maximal running time

get_maxRTR Documentation

Get the maximal running time

Description

Get the maximal running time

Usage

get_maxRT(ds, ...)

## S3 method for class 'DataSet'
get_maxRT(ds, output = "wide", ...)

## S3 method for class 'DataSetList'
get_maxRT(ds, algorithm = "all", ...)

Arguments

ds

A DataSet or DataSetList object

...

Arguments passed to other methods

output

The format of the outputted table: 'wide' or 'long'

algorithm

DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider.

Value

A data.table object containing the algorithm ID and the running time when the algorithm terminates in each run

Examples

get_maxRT(dsl)
get_maxRT(dsl[[1]])

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