get_maxRT: Get the maximal running time

View source: R/DataSet.R

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

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.