Plot.FV.ECDF_Per_Target {IOHanalyzer}R Documentation

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

Description

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

Usage

Plot.FV.ECDF_Per_Target(dsList, runtimes, scale.xlog = F, scale.reverse = F)

## S3 method for class 'DataSetList'
Plot.FV.ECDF_Per_Target(dsList, runtimes, scale.xlog = F, scale.reverse = F)

Arguments

dsList

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

runtimes

The target runtimes

scale.xlog

Whether or not to scale the x-axis logaritmically

scale.reverse

Whether or not to reverse the x-axis (when using minimization)

Value

A plot of the empirical cumulative distriburtion as a function of the fucntion values of the DataSetList at the target runtimes

Examples


Plot.FV.ECDF_Per_Target(subset(dsl, funcId == 1), 10)

[Package IOHanalyzer version 0.1.8.10 Index]