Balancing Pareto Front exploration of Non-dominated Tournament Genetic Algorithm (B-NTGA) in solving multi-objective NP-hard problems with constraints
Michał Antkiewicz, Paweł B. Myszkowski
TL;DR
The paper tackles the challenge of efficiently exploring Pareto Fronts in constrained, NP-hard multi- and many-objective optimization by introducing Balanced Non-dominated Tournament Genetic Algorithm (B-NTGA). B-NTGA augments NTGA2 with a balanced, archive-driven Gap Selection mechanism inspired by UCB to focus search on under-explored PF regions while accounting for the exploitation history of PF regions. Through extensive experiments on Travelling Thief Problem and Multi-Skill Resource-Constrained Project Scheduling Problem, B-NTGA consistently achieves superior or competitive Pareto Front approximations (measured by IGD and Purity), particularly in many-objective MS-RCPSP settings, while reducing computational overhead by simplifying selection and avoiding clone elimination. The results indicate that archive-guided, balance-aware PF exploration can significantly improve solution quality and scalability for complex, constrained MO problems, with potential applicability to other MOEAs and domains.
Abstract
The paper presents a new balanced selection operator applied to the proposed Balanced Non-dominated Tournament Genetic Algorithm (B-NTGA) that actively uses archive to solve multi- and many-objective NP-hard combinatorial optimization problems with constraints. The primary motivation is to make B-NTGA more efficient in exploring Pareto Front Approximation (PFa), focusing on 'gaps' and reducing some PFa regions' sampling too frequently. Such a balancing mechanism allows B-NTGA to be more adaptive and focus on less explored PFa regions. The proposed B-NTGA is investigated on two benchmark multi- and many-objective optimization real-world problems, like Thief Traveling Problem and Multi-Skill Resource-Constrained Project Scheduling Problem. The results of experiments show that B-NTGA has a higher efficiency and better performance than state-of-the-art methods.
