AIAug 10, 2018

An Iterative Path-Breaking Approach with Mutation and Restart Strategies for the MAX-SAT Problem

arXiv:1808.03611v110 citations
Originality Incremental advance
AI Analysis

This addresses a specific optimization problem in combinatorial domains, with incremental improvements over existing methods.

The paper tackled the MAX-SAT problem by proposing a new local search algorithm called IPBMR, which outperformed two state-of-the-art solvers in experiments.

Although Path-Relinking is an effective local search method for many combinatorial optimization problems, its application is not straightforward in solving the MAX-SAT, an optimization variant of the satisfiability problem (SAT) that has many real-world applications and has gained more and more attention in academy and industry. Indeed, it was not used in any recent competitive MAX-SAT algorithms in our knowledge. In this paper, we propose a new local search algorithm called IPBMR for the MAX-SAT, that remedies the drawbacks of the Path-Relinking method by using a careful combination of three components: a new strategy named Path-Breaking to avoid unpromising regions of the search space when generating trajectories between two elite solutions; a weak and a strong mutation strategies, together with restarts, to diversify the search; and stochastic path generating steps to avoid premature local optimum solutions. We then present experimental results to show that IPBMR outperforms two of the best state-of-the-art MAX-SAT solvers, and an empirical investigation to identify and explain the effect of the three components in IPBMR.

Foundations

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

Your Notes