Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_maxRT: Get the maximal running time

Description

Get the maximal running time

Usage

get_maxRT(ds, ...)

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

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

Value

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

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.

Examples

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

Run the code above in your browser using DataLab