Random is Faster than Systematic in Multi-Objective Local Search
Zimin Liang, Miqing Li

TL;DR
This paper demonstrates that in multi-objective local search, random sampling of neighbors is empirically faster and theoretically more efficient than systematic exploration, due to the distribution of good neighbors.
Contribution
The paper provides empirical evidence and a theoretical explanation showing the superiority of random sampling over systematic exploration in multi-objective local search.
Findings
Random sampling outperforms systematic exploration in speed.
The distribution of good neighbors explains the efficiency difference.
A theoretical model supports the empirical results.
Abstract
Local search is a fundamental method in operations research and combinatorial optimisation. It has been widely applied to a variety of challenging problems, including multi-objective optimisation where multiple, often conflicting, objectives need to be simultaneously considered. In multi-objective local search algorithms, a common practice is to maintain an archive of all non-dominated solutions found so far, from which the algorithm iteratively samples a solution to explore its neighbourhood. A central issue in this process is how to explore the neighbourhood of a selected solution. In general, there are two main approaches: 1) systematic exploration and 2) random sampling. The former systematically explores the solution's neighbours until a stopping condition is met -- for example, when the neighbourhood is exhausted (i.e., the best improvement strategy) or once a better solution is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Constraint Satisfaction and Optimization · Vehicle Routing Optimization Methods
