get_maxRT {IOHanalyzer} | R 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]])
[Package IOHanalyzer version 0.1.8.10 Index]