Plot.Comparison.Heatmap: Plot a heatmap according to the specifications from the...

View source: R/plotDataSetList.R

Plot.Comparison.HeatmapR Documentation

Plot a heatmap according to the specifications from the Nevergrad dashboard

Description

Plot a heatmap according to the specifications from the Nevergrad dashboard

Usage

Plot.Comparison.Heatmap(dsList, target_dt, which = "by_FV")

## S3 method for class 'DataSetList'
Plot.Comparison.Heatmap(dsList, target_dt = NULL, which = "by_FV")

Arguments

dsList

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

target_dt

A data-table containing the targets to condider on each function/dimension pair

which

Whether to use fixed-target ('by_FV') or fixed-budget ('by_RT') perspective

Value

A heatmap showing the fraction of times algorithm A beats algorithm B

Examples

Plot.Comparison.Heatmap(dsl)

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