Plot.FV.Aggregated {IOHanalyzer} | R Documentation |
Plot expected function value-based comparison over multiple functions or dimensions
Description
Plot expected function value-based comparison over multiple functions or dimensions
Usage
Plot.FV.Aggregated(
dsList,
aggr_on = "funcId",
runtimes = NULL,
plot_mode = "radar",
use_rank = F,
scale.ylog = T,
fvs = NULL
)
## S3 method for class 'DataSetList'
Plot.FV.Aggregated(
dsList,
aggr_on = "funcId",
runtimes = NULL,
plot_mode = "radar",
use_rank = F,
scale.ylog = T,
fvs = NULL
)
Arguments
dsList |
A DataSetList (should consist of only one function OR dimension). |
aggr_on |
Whether to compare on functions ('funcId') or dimensions ('DIM') |
runtimes |
Custom list of function-value targets, one for each function or dimension. |
plot_mode |
How the plots should be created. Can be 'line' or 'radar' |
use_rank |
Wheter to use a ranking system. If False, the actual expected function- values will be used. |
scale.ylog |
Whether or not to scale the y-axis logaritmically |
fvs |
Pre-calculated expected function-values for the provided runtimes Created by the max_ERTs function of DataSetList. Can be provided to prevent needless computation in recalculating ERTs when recreating this plot. |
Value
A plot of expected function value-based comparison on the provided functions or dimensions of the DataSetList
Examples
Plot.FV.Aggregated(dsl)