Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.RT.Histogram: Plot histograms of the runtimes of a DataSetList at a certain target function value

Description

Plot histograms of the runtimes of a DataSetList at a certain target function value

Usage

Plot.RT.Histogram(dsList, ftarget, plot_mode = "overlay", use.equal.bins = F)

# S3 method for DataSetList Plot.RT.Histogram(dsList, ftarget, plot_mode = "overlay", use.equal.bins = F)

Value

A plot of the histograms of the runtimes at a the target function value of the DataSetList

Arguments

dsList

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

ftarget

The target function value.

plot_mode

How to plot the different hisograms for each algorithm. Can be either 'overlay' to show all algorithms on one plot, or 'subplot' to have one plot per algorithm.

use.equal.bins

Whether to determine one bin size for all plots or have individual bin sizes for each algorithm

Examples

Run this code
Plot.RT.Histogram(subset(dsl, funcId == 1), 14)

Run the code above in your browser using DataLab