Plot expected function value-based comparison over multiple functions or dimensions
Plot.FV.Aggregated(
dsList,
aggr_on = "funcId",
runtimes = NULL,
plot_mode = "radar",
use_rank = F,
scale.ylog = T,
fvs = NULL
)# S3 method for DataSetList
Plot.FV.Aggregated(
dsList,
aggr_on = "funcId",
runtimes = NULL,
plot_mode = "radar",
use_rank = F,
scale.ylog = T,
fvs = NULL
)
A plot of expected function value-based comparison on the provided functions or dimensions of the DataSetList
A DataSetList (should consist of only one function OR dimension).
Whether to compare on functions ('funcId') or dimensions ('DIM')
Custom list of function-value targets, one for each function or dimension.
How the plots should be created. Can be 'line' or 'radar'
Wheter to use a ranking system. If False, the actual expected function- values will be used.
Whether or not to scale the y-axis logaritmically
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.