SP {IOHanalyzer}R Documentation

Estimator 'SP' for the Expected Running Time (ERT)

Description

Estimator 'SP' for the Expected Running Time (ERT)

Usage

SP(data, max_runtime)

Arguments

data

A dataframe or matrix. Each row stores the runtime sample points from several runs

max_runtime

The budget to use for calculating ERT. If this is a vector, the largest value is taken. Using this as a vector is being deprecated, and will be removed in a future update

Value

A list containing ERTs, number of succesfull runs and the succes rate

Examples

SP(dsl[[1]]$RT, max(dsl[[1]]$RT))

[Package IOHanalyzer version 0.1.8.10 Index]