Description Usage Arguments Value References See Also
View source: R/vis_scatter2d.R
Given a data frame with the results of (multiple) runs of (multiple)
different multi-objective optimization algorithms on (multiple) problem instances,
the function generates ggplot
scatter-plots of the obtained
Pareto-front approximations.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
df |
[ |
obj.cols |
[ |
shape |
[ |
colour |
[ |
size |
[ |
bubble |
[ |
highlight.algos |
[ |
offset.highlighted |
[ |
title |
[ |
subtitle |
[ |
facet.type |
[ |
facet.args |
[ |
A ggplot
object.
[1] T. Tušar and B. Filipič, "Visualization of Pareto Front Approximations in Evolutionary Multiobjective Optimization: A Critical Review and the Prosection Method," in IEEE Transactions on Evolutionary Computation, vol. 19, no. 2, pp. 225-245, April 2015, doi: 10.1109/TEVC.2014.2313407.
Other multi-objective visualizations:
plot_eaf_diff()
,
plot_eaf()
,
plot_heatmap()
,
plot_pcp()
,
plot_radar()
,
plot_scatter3d()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.