You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
author="Pruvost, Geoffrey and Derbel, Bilel and Liefooghe, Arnaud and Li, Ke and Zhang, Qingfu",
57
+
editor="Paquete, Lu{\'i}s
58
+
and Zarges, Christine",
59
+
title="On the Combined Impact of Population Size and Sub-problem Selection in MOEA/D",
60
+
booktitle="Evolutionary Computation in Combinatorial Optimization",
61
+
year="2020",
62
+
publisher="Springer International Publishing",
63
+
address="Cham",
64
+
pages="131--147",
65
+
abstract="This paper intends to understand and to improve the working principle of decomposition-based multi-objective evolutionary algorithms. We review the design of the well-established Moea/d framework to support the smooth integration of different strategies for sub-problem selection, while emphasizing the role of the population size and of the number of offspring created at each generation. By conducting a comprehensive empirical analysis on a wide range of multi- and many-objective combinatorial NK landscapes, we provide new insights into the combined effect of those parameters on the anytime performance of the underlying search process. In particular, we show that even a simple random strategy selecting sub-problems at random outperforms existing sophisticated strategies. We also study the sensitivity of such strategies with respect to the ruggedness and the objective space dimension of the target problem.",
66
+
isbn="978-3-030-43680-3"
67
+
}
68
+
69
+
@article{Campelo_2020,
70
+
title={The MOEADr Package: A Component-Based Framework for Multiobjective Evolutionary Algorithms Based on Decomposition},
71
+
volume={92},
72
+
ISSN={1548-7660},
73
+
url={http://dx.doi.org/10.18637/jss.v092.i06},
74
+
DOI={10.18637/jss.v092.i06},
75
+
number={6},
76
+
journal={Journal of Statistical Software},
77
+
publisher={Foundation for Open Access Statistic},
78
+
author={Campelo, Felipe and Batista, Lucas S. and Aranha, Claus},
79
+
year={2020}
80
+
}
81
+
82
+
@ARTICLE{pymoo,
83
+
author={J. {Blank} and K. {Deb}},
84
+
journal={IEEE Access},
85
+
title={Pymoo: Multi-Objective Optimization in Python},
86
+
year={2020},
87
+
volume={8},
88
+
number={},
89
+
pages={89497-89509},
90
+
}
91
+
92
+
@article{pygmo,
93
+
doi = {10.21105/joss.02338},
94
+
url = {https://doi.org/10.21105/joss.02338},
95
+
year = {2020},
96
+
publisher = {The Open Journal},
97
+
volume = {5},
98
+
number = {53},
99
+
pages = {2338},
100
+
author = {Francesco Biscani and Dario Izzo},
101
+
title = {A parallel global multiobjective framework for optimization: pagmo},
102
+
journal = {Journal of Open Source Software}
103
+
}
104
+
105
+
@inproceedings{jmetal,
106
+
author = {Nebro, Antonio J. and Durillo, Juan J. and Vergne, Matthieu},
107
+
title = {Redesigning the JMetal Multi-Objective Optimization Framework},
108
+
year = {2015},
109
+
isbn = {9781450334884},
110
+
publisher = {Association for Computing Machinery},
111
+
address = {New York, NY, USA},
112
+
url = {https://doi.org/10.1145/2739482.2768462},
113
+
doi = {10.1145/2739482.2768462},
114
+
abstract = {jMetal, an open source, Java-based framework for multi-objective optimization with metaheuristics, has become a valuable tool for many researches in the area as well as for some industrial partners in the last ten years. Our experience using and maintaining it during that time, as well as the received comments and suggestions, have helped us improve the jMetal design and identify significant features to incorporate. This paper revisits the jMetal architecture, describing its refined new design, which relies on design patterns, principles from object-oriented design, and a better use of the Java language features to improve the quality of the code, without disregarding jMetal ever goals of simplicity, facility of use, flexibility, extensibility and portability. Among the newly incorporated features, jMetal supports live interaction with running algorithms and parallel execution of algorithms.},
115
+
booktitle = {Proceedings of the Companion Publication of the 2015 Annual Conference on Genetic and Evolutionary Computation},
0 commit comments