Plot.Comparison.Heatmap {IOHanalyzer}R 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)

[Package IOHanalyzer version 0.1.8.10 Index]