paper-with-me

Papers

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

2018-08-10 · Zhen-Xing Xu, Kun He, Chu-min Li

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.

📄 PDF Abstract BibTeX arXiv:1808.03611

Code (0)

등록된 구현이 없습니다.

Tasks

Combinatorial Optimization

Similar Papers 제목 키워드 기반

On Self-Adaptive Mutation Restarts for Evolutionary Robotics with Real Rotorcraft

2017-03-31 · Gerard David Howard

Self-adaptive parameters are increasingly used in the field of Evolutionary Robotics, as they allow key evolutionary rates to vary autonomously in a context-sensitive manner throughout the optimisation process. A signifi…

GAS-Leak-LLM: Genetic Algorithm-Based Suffix Optimization for Black-Box LLM Jailbreaking

2026-06-14 · Aman Anifer, Vignesh Kumar Kembu, Vishnu M, Antonino Nocera 외 arxiv

Large Language Models (LLMs) constitute pivotal components within the AI-dominated information technology ecosystem. To mitigate risks associated with harmful or policy-violating outputs, commercial systems employ advanc…

Rapid Randomized Restarts for Multi-Agent Path Finding Solvers

2017-06-08 · Liron Cohen, Glenn Wagner, T. K. Satish Kumar, Howie Choset 외

Multi-Agent Path Finding (MAPF) is an NP-hard problem well studied in artificial intelligence and robotics. It has many real-world applications for which existing MAPF solvers use various heuristics. However, these solve…

Multi-Agent Path Finding

Advancing Tabu and Restart in Local Search for Maximum Weight Cliques

2018-04-22 · Yi Fan, Nan Li, Chengqian Li, Zongjie Ma 외

The tabu and restart are two fundamental strategies for local search. In this paper, we improve the local search algorithms for solving the Maximum Weight Clique (MWC) problem by introducing new tabu and restart strategi…

Towards Ultra Rapid Restarts

2014-02-18 · Shai Haim, Marijn Heule

We observe a trend regarding restart strategies used in SAT solvers. A few years ago, most state-of-the-art solvers restarted on average after a few thousands of backtracks. Currently, restarting after a dozen backtracks…