paper-with-me

홈 › Papers

Anytime Cooperative Implicit Hitting Set Solving

2025-01-14 · Emma Rollón, Javier Larrosa, Aleksandra Petrova

The Implicit Hitting Set (HS) approach has shown to be very effective for MaxSAT, Pseudo-boolean optimization and other boolean frameworks. Very recently, it has also shown its potential in the very similar Weighted CSP framework by means of the so-called cost-function merging. The original formulation of the HS approach focuses on obtaining increasingly better lower bounds (HS-lb). However, and as shown for Pseudo-Boolean Optimization, this approach can also be adapted to compute increasingly better upper bounds (HS-ub). In this paper we consider both HS approaches and show how they can be easily combined in a multithread architecture where cores discovered by either component are available by the other which, interestingly, generates synergy between them. We show that the resulting algorithm (HS-lub) is consistently superior to either HS-lb and HS-ub in isolation. Most importantly, HS-lub has an effective anytime behaviour with which the optimality gap is reduced during the execution. We tested our approach on the Weighted CSP framework and show on three different benchmarks that our very simple implementation sometimes outperforms the parallel hybrid best-first search implementation of the far more developed state-of-the-art Toulbar2.

📄 PDF Abstract BibTeX arXiv:2501.07896

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Efficient and Reliable Hitting-Set Computations for the Implicit Hitting Set Approach

2025-08-09 · Hannes Ihalainen, Dieter Vandesande, André Schidler, Jeremias Berg 외 arxiv

The implicit hitting set (IHS) approach offers a general framework for solving computationally hard combinatorial optimization problems declaratively. IHS iterates between a decision oracle used for extracting sources of…

Empirical Evaluation of the Implicit Hitting Set Approach for Weighted CSPs

2025-01-13 · Aleksandra Petrova, Javier Larrosa, Emma Rollón

SAT technology has proven to be surprisingly effective in a large variety of domains. However, for the Weighted CSP problem dedicated algorithms have always been superior. One approach not well-studied so far is the use …

AED: An Anytime Evolutionary DCOP Algorithm

2019-09-13 · Saaduddin Mahmud, Moumita Choudhury, Md. Mosaddek Khan, Long Tran-Thanh 외

Evolutionary optimization is a generic population-based metaheuristic that can be adapted to solve a wide variety of optimization problems and has proven very effective for combinatorial optimization problems. However, t…

Combinatorial Optimization

Propositional Abduction with Implicit Hitting Sets

2016-04-27 · Alexey Ignatiev, Antonio Morgado, Joao Marques-Silva

Logic-based abduction finds important applications in artificial intelligence and related areas. One application example is in finding explanations for observed phenomena. Propositional abduction is a restriction of abdu…

Anytime Safe Reinforcement Learning

2025-04-23 · Pol Mestres, Arnau Marzabal, Jorge Cortés

This paper considers the problem of solving constrained reinforcement learning problems with anytime guarantees, meaning that the algorithmic solution returns a safe policy regardless of when it is terminated. Drawing in…

reinforcement-learningReinforcement LearningSafe Reinforcement Learning