Learn R Programming

IOHanalyzer (version 0.1.8.10)

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

Description

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

Usage

SP(data, max_runtime)

Value

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

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

Examples

Run this code
SP(dsl[[1]]$RT, max(dsl[[1]]$RT))

Run the code above in your browser using DataLab