paper-with-me

홈 › Papers

Dominance Move calculation using a MIP approach for comparison of multi and many-objective optimization solution sets

2020-01-10 · Claudio Lucio do Val Lopes, Flávio Vinícius Cruzeiro Martins, Elizabeth Fialho Wanner

Dominance move (DoM) is a binary quality indicator that can be used in multiobjective optimization. It can compare solution sets while representing some important features such as convergence, spread, uniformity, and cardinality. DoM has an intuitive concept and considers the minimum move of one set needed to weakly Pareto dominate the other set. Despite the aforementioned properties, DoM is hard to calculate. The original formulation presents an efficient and exact method to calculate it in a biobjective case only. This work presents a new approach to calculate and extend DoM to deal with three or more objectives. The idea is to use a mixed integer programming (MIP) approach to calculate DoM. Some initial experiments, in the biobjective space, were done to verify the model correctness. Furthermore, other experiments, using three, five, and ten objective functions were done to show how the model behaves in higher dimensional cases. Algorithms such as IBEA, MOEAD, NSGAIII, NSGAII, and SPEA2 were used to generate the solution sets, however any other algorithms could be used with DoM indicator. The results have confirmed the effectiveness of the MIP DoM in problems with more than three objective functions. Final notes, considerations, and future research are discussed to exploit some solution sets particularities and improve the model and its use for other situations.

📄 PDF Abstract BibTeX arXiv:2001.03657

Code (0)

등록된 구현이 없습니다.

Tasks

Multiobjective Optimization

Similar Papers 제목 키워드 기반

An Assignment Problem Formulation for Dominance Move Indicator

2020-02-25 · Claudio Lucio do Val Lopes, Flávio Vinícius Cruzeiro Martins, Elizabeth F. Wanner

Dominance move (DoM) is a binary quality indicator to compare solution sets in multiobjective optimization. The indicator allows a more natural and intuitive relation when comparing solution sets. It is Pareto compliant …

Multiobjective Optimizationvalid

Dominance Move: A Measure of Comparing Solution Sets in Multiobjective Optimization

2017-02-01 · Miqing Li, Xin Yao

One of the most common approaches for multiobjective optimization is to generate a solution set that well approximates the whole Pareto-optimal frontier to facilitate the later decision-making process. However, how to ev…

Decision MakingMultiobjective Optimization

Rank-based Non-dominated Sorting

2022-03-25 · Bogdan Burlacu

Non-dominated sorting is a computational bottleneck in Pareto-based multi-objective evolutionary algorithms (MOEAs) due to the runtime-intensive comparison operations involved in establishing dominance relationships betw…

Evolutionary Algorithms

IGD Indicator-based Evolutionary Algorithm for Many-objective Optimization Problems

2018-02-24 · Yanan Sun, Gary G. Yen, Zhang Yi

Inverted Generational Distance (IGD) has been widely considered as a reliable performance indicator to concurrently quantify the convergence and diversity of multi- and many-objective evolutionary algorithms. In this pap…

DiversityEvolutionary Algorithms

Merge Non-Dominated Sorting Algorithm for Many-Objective Optimization

2018-09-17 · Javier Moreno, Daniel Rodriguez, Antonio Nebro, Jose A. Lozano

Many Pareto-based multi-objective evolutionary algorithms require to rank the solutions of the population in each iteration according to the dominance principle, what can become a costly operation particularly in the cas…

Evolutionary Algorithms