powered by
Get the maximal running time
get_maxRT(ds, ...)# S3 method for DataSet get_maxRT(ds, output = "wide", ...)# S3 method for DataSetList get_maxRT(ds, algorithm = "all", ...)
# S3 method for DataSet get_maxRT(ds, output = "wide", ...)
# S3 method for DataSetList get_maxRT(ds, algorithm = "all", ...)
A data.table object containing the algorithm ID and the running time when the algorithm terminates in each run
A DataSet or DataSetList object
Arguments passed to other methods
The format of the outputted table: 'wide' or 'long'
DEPRECATED, will be removed in next release. Which algorithms in the DataSetList to consider.
get_maxRT(dsl) get_maxRT(dsl[[1]])
Run the code above in your browser using DataLab