AINEJul 25, 2025

Pareto-NRPA: A Novel Monte-Carlo Search Algorithm for Multi-Objective Optimization

arXiv:2507.19109v32 citationsh-index: 2ECAI
Originality Incremental advance
AI Analysis

This work addresses multi-objective optimization problems for researchers and practitioners in fields like logistics and neural architecture search, representing an incremental adaptation of an existing method to a new setting.

The authors tackled multi-objective optimization in discrete search spaces by introducing Pareto-NRPA, a Monte-Carlo algorithm that extends NRPA to handle multiple objectives, achieving competitive performance against state-of-the-art methods, with strong outperformance on constrained search spaces.

We introduce Pareto-NRPA, a new Monte-Carlo algorithm designed for multi-objective optimization problems over discrete search spaces. Extending the Nested Rollout Policy Adaptation (NRPA) algorithm originally formulated for single-objective problems, Pareto-NRPA generalizes the nested search and policy update mechanism to multi-objective optimization. The algorithm uses a set of policies to concurrently explore different regions of the solution space and maintains non-dominated fronts at each level of search. Policy adaptation is performed with respect to the diversity and isolation of sequences within the Pareto front. We benchmark Pareto-NRPA on two classes of problems: a novel bi-objective variant of the Traveling Salesman Problem with Time Windows problem (MO-TSPTW), and a neural architecture search task on well-known benchmarks. Results demonstrate that Pareto-NRPA achieves competitive performance against state-of-the-art multi-objective algorithms, both in terms of convergence and diversity of solutions. Particularly, Pareto-NRPA strongly outperforms state-of-the-art evolutionary multi-objective algorithms on constrained search spaces. To our knowledge, this work constitutes the first adaptation of NRPA to the multi-objective setting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes