Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_RT_summary: Get RunTime Summary

Description

Get RunTime Summary

Usage

get_RT_summary(ds, ftarget, budget, ...)

# S3 method for DataSet get_RT_summary(ds, ftarget, budget = NULL, ...)

# S3 method for DataSetList get_RT_summary(ds, ftarget, budget = NULL, ...)

Value

A data.table containing the runtime statistics for each provided target function value

Arguments

ds

A DataSet or DataSetList object

ftarget

The function target(s) for which to get the runtime summary

budget

Optional; overwrites the budget found in ds for ERT-calculation

...

Arguments passed to other methods

Examples

Run this code
get_RT_summary(dsl, 14)
get_RT_summary(dsl[[1]], 14)

Run the code above in your browser using DataLab