Easy Predictions for the Easy-Hard-Easy Transition
Abstract
We study the properties of sequential and parallel versions of a local search algorithm, WalkSAT, in the regions of the easy-hard-easy phase transition (PT) in Random 3-SAT.In the underconstrained region, we study of the sequential version of WalkSAT. We find linear at fixed clause/variable ratio. We also study the case in which a parameter inspired by finite-size scaling is held constant. The then also appears to be a simple power law. Combining these results gives a simple prediction for the performance of WalkSAT over most of the region. The experimental results suggest that WalkSAT is acting as a threshold algorithm, but with threshold below the satisfiability threshold. Performance of a parallel version of WalkSAT is studied in the over-constrained region. This is more difficult because it is an opumization rather than decision problem. We use the solution quality, the number of unsatisfied clauses, obtained by the sequential algorithm to set a target for its parallel version. We find that qualities obtained by the sequential search with O(n) steps, are achievable by the parallel version in O(log(n)) steps. Thus, the parallelization is efficient for these easy MAXSAT problems.
Cite
Text
Parkes. "Easy Predictions for the Easy-Hard-Easy Transition." AAAI Conference on Artificial Intelligence, 2002. doi:10.5555/777092.777198Markdown
[Parkes. "Easy Predictions for the Easy-Hard-Easy Transition." AAAI Conference on Artificial Intelligence, 2002.](https://mlanthology.org/aaai/2002/parkes2002aaai-easy/) doi:10.5555/777092.777198BibTeX
@inproceedings{parkes2002aaai-easy,
title = {{Easy Predictions for the Easy-Hard-Easy Transition}},
author = {Parkes, Andrew J.},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2002},
pages = {688-694},
doi = {10.5555/777092.777198},
url = {https://mlanthology.org/aaai/2002/parkes2002aaai-easy/}
}