Learn R Programming

IOHanalyzer (version 0.1.8.10)

Plot.Comparison.Heatmap: 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 DataSetList Plot.Comparison.Heatmap(dsList, target_dt = NULL, which = "by_FV")

Value

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

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

Examples

Run this code
Plot.Comparison.Heatmap(dsl)

Run the code above in your browser using DataLab