paper-with-me

홈 › Papers

Better Understandings and Configurations in MaxSAT Local Search Solvers via Anytime Performance Analysis

2024-03-11 · Furong Ye, Chuan Luo, Shaowei Cai

Though numerous solvers have been proposed for the MaxSAT problem, and the benchmark environment such as MaxSAT Evaluations provides a platform for the comparison of the state-of-the-art solvers, existing assessments were usually evaluated based on the quality, e.g., fitness, of the best-found solutions obtained within a given running time budget. However, concerning solely the final obtained solutions regarding specific time budgets may restrict us from comprehending the behavior of the solvers along the convergence process. This paper demonstrates that Empirical Cumulative Distribution Functions can be used to compare MaxSAT local search solvers' anytime performance across multiple problem instances and various time budgets. The assessment reveals distinctions in solvers' performance and displays that the (dis)advantages of solvers adjust along different running times. This work also exhibits that the quantitative and high variance assessment of anytime performance can guide machines, i.e., automatic configurators, to search for better parameter settings. Our experimental results show that the hyperparameter optimization tool, i.e., SMAC, generally achieves better parameter settings of local search when using the anytime performance as the cost function, compared to using the fitness of the best-found solutions.

📄 PDF Abstract BibTeX arXiv:2403.06568

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter OptimizationSMACSMAC+

Similar Papers 제목 키워드 기반

Exploiting Configurations of MaxSAT Solvers

2023-06-13 · Josep Alòs, Carlos Ansótegui, Josep M. Salvia, Eduard Torres

In this paper, we describe how we can effectively exploit alternative parameter configurations to a MaxSAT solver. We describe how these configurations can be computed in the context of MaxSAT. In particular, we experime…

Rethinking the Soft Conflict Pseudo Boolean Constraint on MaxSAT Local Search Solvers

2024-01-19 · Jiongzhi Zheng, Zhuo Chen, Chu-min Li, Kun He

MaxSAT is an optimization version of the famous NP-complete Satisfiability problem (SAT). Algorithms for MaxSAT mainly include complete solvers and local search incomplete solvers. In many complete solvers, once a better…

BandMaxSAT: A Local Search MaxSAT Solver with Multi-armed Bandit

2022-01-14 · Jiongzhi Zheng, Kun He, Jianrong Zhou, Yan Jin 외

We address Partial MaxSAT (PMS) and Weighted PMS (WPMS), two practical generalizations of the MaxSAT problem, and propose a local search algorithm for these problems, called BandMaxSAT, that applies a multi-armed bandit …

Can LLMs Build a MaxSAT Solver from Papers? The CoreForge Experience

2026-07-16 · Ruben Martins arxiv

We report on CoreForge, an experience in using large language models (LLMs) to build an unweighted MaxSAT solver from research papers rather than from an existing solver codebase. The project focuses on unsatisfiability-…

Enhancing Local Search for MaxSAT with Deep Differentiation Clause Weighting

2025-12-05 · Menghua Jiang, Haokai Gao, Shuhao Chen, Yin Chen arxiv

Partial Maximum Satisfiability (PMS) and Weighted Partial Maximum Satisfiability (WPMS) generalize Maximum Satisfiability (MaxSAT), with broad real-world applications. Recent advances in Stochastic Local Search (SLS) alg…