Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.RT.ECDF_Per_Target: Plot the empirical cumulative distriburtion as a function of the running times of a DataSetList at certain target function values

Description

Plot the empirical cumulative distriburtion as a function of the running times of a DataSetList at certain target function values

Usage

Plot.RT.ECDF_Per_Target(dsList, ftargets, scale.xlog = F)

# S3 method for DataSetList Plot.RT.ECDF_Per_Target(dsList, ftargets, scale.xlog = F)

Value

A plot of the empirical cumulative distriburtion as a function of the running times of the DataSetList at the target function values

Arguments

dsList

A DataSetList (should consist of only one function and dimension).

ftargets

The target function values

scale.xlog

Whether or not to scale the x-axis logaritmically

Examples

Run this code
data.table::setDTthreads(1)
Plot.RT.ECDF_Per_Target(subset(dsl, funcId == 1), 14)

Run the code above in your browser using DataLab