paper-with-me

Papers

A Study of Parallel Continuous Local Search

2026-06-04 · Cody J Christopher, Charles Gretton arxiv

We study parallel Continuous Local Search (CLS) as a solution approach for Boolean satisfiability problems with symmetric pseudo-Boolean (PB) constraints. Here, the $n$-variable PB-satisfiability problem is relaxed to a continuous optimisation problem with a differentiable objective function on an $n$-dimensional hypercube. For satisfiable instances, the global minimisers of this optimisation problem correspond to satisfying assignments of the SAT problem at hand. We present several novel findings via empirical experiments: (i) redundant constraints can inhibit rather than accelerate convergence; (ii) CLS shows promise as a sub-solver in hybridised settings, quickly completing partial assignments; and (iii) local search rapidly converges to a stable distribution of solution quality (i.e., degree of satisfaction), due to saddle-dense objectives where additional solver steps yield diminishing returns. Our findings inform practical uses of CLS for SAT on modern accelerator hardware.

📄 PDF Abstract BibTeX arXiv:2606.06656

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Massively Parallel Continuous Local Search for Hybrid SAT Solving on GPUs

2023-08-29 · Yunuo Cen, Zhiwei Zhang, Xuanyao Fong

Although state-of-the-art (SOTA) SAT solvers based on conflict-driven clause learning (CDCL) have achieved remarkable engineering success, their sequential nature limits the parallelism that may be extracted for accelera…

CPUGPU

Using Sequential Runtime Distributions for the Parallel Speedup Prediction of SAT Local Search

2024-01-30 · Alejandro Arbelaez, Charlotte Truchet, Philippe Codognet

This paper presents a detailed analysis of the scalability and parallelization of local search algorithms for the Satisfiability problem. We propose a framework to estimate the parallel performance of a given algorithm b…

Parallelization of Monte Carlo Tree Search in Continuous Domains

2020-03-30 · Karl Kurzer, Christoph Hörtnagl, J. Marius Zöllner

Monte Carlo Tree Search (MCTS) has proven to be capable of solving challenging tasks in domains such as Go, chess and Atari. Previous research has developed parallel versions of MCTS, exploiting today's multiprocessing a…

Trajectory Planning

Graph Cut based Continuous Stereo Matching using Locally Shared Labels

2014-06-01 · CVPR 2014 6 · Tatsunori Taniai, Yasuyuki Matsushita, Takeshi Naemura

We present an accurate and efficient stereo matching method using locally shared labels, a new labeling scheme that enables spatial propagation in MRF inference using graph cuts. They give each pixel and region a set of …

Disparity EstimationStereo MatchingStereo Matching Hand

Local Search for Policy Iteration in Continuous Control

2020-10-12 · Jost Tobias Springenberg, Nicolas Heess, Daniel Mankowitz, Josh Merel 외

We present an algorithm for local, regularized, policy improvement in reinforcement learning (RL) that allows us to formulate model-based and model-free variants in a single framework. Our algorithm can be interpreted as…

continuous-controlContinuous ControlReinforcement Learning (RL)