Noise Strategies for Improving Local Search

Abstract

It has recently been shown that local search is surprisingly good at finding satisfying assignments for certain computationally hard classes of CNF formulas. The performance of basic local search methods can be further enhanced by introducing mechanisms for escaping from local minima in the search space. We will compare three such mechanisms: simulated annealing, random noise, and a strategy called "mixed random walk". We show that mixed random walk is the superior strategy. We also present results demonstrating the effectiveness of local search with walk for solving circuit synthesis and circuit diagnosis problems. Finally, we demonstrate that mixed random walk improves upon the best known methods for solving MAX-SAT problems. Introduction Local search algorithms have been successfully applied to many optimization problems. Hansen and Jaumard (1990) describe experiments using local search for MAX-SAT, i.e., the problem of finding an assignment that satisfies as many clauses as possi...

Cite

Text

Selman et al. "Noise Strategies for Improving Local Search." AAAI Conference on Artificial Intelligence, 1994.

Markdown

[Selman et al. "Noise Strategies for Improving Local Search." AAAI Conference on Artificial Intelligence, 1994.](https://mlanthology.org/aaai/1994/selman1994aaai-noise/)

BibTeX

@inproceedings{selman1994aaai-noise,
  title     = {{Noise Strategies for Improving Local Search}},
  author    = {Selman, Bart and Kautz, Henry A. and Cohen, Bram},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1994},
  pages     = {337-343},
  url       = {https://mlanthology.org/aaai/1994/selman1994aaai-noise/}
}