Plot.FV.PDF: Plot probablity density function of the function values of a...

View source: R/plotDataSetList.R

Plot.FV.PDFR Documentation

Plot probablity density function of the function values of a DataSetList at a certain target runtime

Description

Plot probablity density function of the function values of a DataSetList at a certain target runtime

Usage

Plot.FV.PDF(dsList, runtime, show.sample = F, scale.ylog = F)

## S3 method for class 'DataSetList'
Plot.FV.PDF(dsList, runtime, show.sample = F, scale.ylog = F)

Arguments

dsList

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

runtime

The target runtime

show.sample

Whether or not to show the individual function value samples

scale.ylog

Whether or not to scale the y-axis logaritmically

Value

A plot of the probablity density function of the runtimes at a the target function value of the DataSetList

Examples

Plot.FV.PDF(subset(dsl, funcId == 1), 100)

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.