paper-with-me

홈 › Papers

Athanor: Local Search over Abstract Constraint Specifications

2024-10-08 · Saad Attieh, Nguyen Dang, Christopher Jefferson, Ian Miguel, Peter Nightingale

Local search is a common method for solving combinatorial optimisation problems. We focus on general-purpose local search solvers that accept as input a constraint model - a declarative description of a problem consisting of a set of decision variables under a set of constraints. Existing approaches typically take as input models written in solver-independent constraint modelling languages like MiniZinc. The Athanor solver we describe herein differs in that it begins from a specification of a problem in the abstract constraint specification language Essence, which allows problems to be described without commitment to low-level modelling decisions through its support for a rich set of abstract types. The advantage of proceeding from Essence is that the structure apparent in a concise, abstract specification of a problem can be exploited to generate high quality neighbourhoods automatically, avoiding the difficult task of identifying that structure in an equivalent constraint model. Based on the twin benefits of neighbourhoods derived from high level types and the scalability derived by searching directly over those types, our empirical results demonstrate strong performance in practice relative to existing solution methods.

📄 PDF Abstract BibTeX arXiv:2410.05937

Code (1)

athanor/athanor-experiments 공식 구현

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

From Static to Interactive: Authoring Interactive Visualizations via Natural Language

2026-01-25 · Can Liu, Jaeuk Lee, Tianhe Chen, Zhibang Jiang 외 arxiv

Interactivity is crucial for effective data visualizations. However, it is often challenging to implement interactions for existing static visualizations, since the underlying code and data for existing static visualizat…

Generalized Planning: Non-Deterministic Abstractions and Trajectory Constraints

2019-09-26 · Blai Bonet, Giuseppe De Giacomo, Hector Geffner, Sasha Rubin

We study the characterization and computation of general policies for families of problems that share a structure characterized by a common reduction into a single abstract problem. Policies $\mu$ that solve the abstract…

Asymmetric Action Abstractions for Multi-Unit Control in Adversarial Real-Time Games

2017-11-22 · Rubens O. Moraes, Levi H. S. Lelis

Action abstractions restrict the number of legal actions available during search in multi-unit real-time adversarial games, thus allowing algorithms to focus their search on a set of promising actions. Optimal strategies…

Unified Task and Motion Planning using Object-centric Abstractions of Motion Constraints

2023-12-29 · Alejandro Agostini, Justus Piater

In task and motion planning (TAMP), the ambiguity and underdetermination of abstract descriptions used by task planning methods make it difficult to characterize physical constraints needed to successfully execute a task…

Computational EfficiencyHeuristic SearchMotion PlanningTask and Motion Planning+1

Graphs, Constraints, and Search for the Abstraction and Reasoning Corpus

2022-10-18 · Yudong Xu, Elias B. Khalil, Scott Sanner

The Abstraction and Reasoning Corpus (ARC) aims at benchmarking the performance of general artificial intelligence algorithms. The ARC's focus on broad generalization and few-shot learning has made it difficult to solve …

ARCBenchmarkingFew-Shot LearningProgram Synthesis