cec2007 | R Documentation |
This data set contains the hypervolume and R2 indicator results of the 8 different algorithms that took part in the CEC 2007 multiobjective optimization benchmark.
data(cec2007)
A data frame with 456 observations of the following 9 variables.
algo
Abbreviated name of algorithm
fun
Name of benchmark function
d
Dimension of objective space
n
Number of function evaluations
metric
Name of quality metric
pdef
Unique id for each combination of fun
,
d
, n
and metric
best
Largest value of metric
median
Median value of metric
worst
Smallest value of metric
mean
Average value of metric
std
Standard deviation of metric
Formerly available at http://web.mysites.ntu.edu.sg/epnsugan/PublicSite/Shared%20Documents/CEC2007-final-pdfs.zip
## Not run:
data(cec2007)
require(lattice)
print(dotplot(algo ~ median | fun + metric, cec2007, groups=cec2007$n))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.