Plot the parameter values recorded in a DataSetList (aligned by budget)
Plot.FV.Parameters(
dsList,
rt_min = NULL,
rt_max = NULL,
algids = "all",
par_name = NULL,
scale.xlog = F,
scale.ylog = F,
show.mean = T,
show.median = F,
show.CI = F
)# S3 method for DataSetList
Plot.FV.Parameters(
dsList,
rt_min = NULL,
rt_max = NULL,
algids = "all",
par_name = NULL,
scale.xlog = F,
scale.ylog = F,
show.mean = T,
show.median = F,
show.CI = F
)
A plot of for every recorded parameter in the DataSetList
A DataSetList (should consist of only one function and dimension).
The starting budget value.
The final budget value.
Which algorithms from dsList to use
Which parameters to create plots for; set to NULL to use all parameters found in dsList.
Whether or not to scale the x-axis logaritmically
Whether or not to scale the y-axis logaritmically
Whether or not to show the mean parameter values
Whether or not to show the median parameter values
Whether or not to show the standard deviation
Plot.FV.Parameters(subset(dsl, funcId == 1))
Run the code above in your browser using DataLab