Abstract
Minimax Weighted Constraint Satisfaction Problems (formerly called Quantified Weighted CSPs) are a framework for modeling soft constrained problems with adversarial conditions. In this paper, we study the effects of a value ordering heuristic in solving ultra-weak solutions on top of the alpha beta tree search with constraint propagation. The value ordering heuristic is based on minimax heuristics from adversarial search, which selects values for variables according to the semantic of quantifiers by considering the problem as a two-player zero sum game. In practice, implementing the heuristic requires costs approximations, and we devise three heuristic variants: HUnary, HBinary, and HFullBinary to approximate costs. In particular, we observe that combining these heuristic variants with consistency notions can achieve a better efficiency and a further reduction of search space. We perform experiments on three benchmarks to compare the effects on applying these heuristic variants, and confirm the feasibility and efficiency of our proposal.
Original language | English |
---|---|
Title of host publication | Proceedings - 2012 IEEE 24th International Conference on Tools with Artificial Intelligence, ICTAI 2012 |
Pages | 17-24 |
Number of pages | 8 |
DOIs | |
Publication status | Published - 2012 |
Externally published | Yes |
Event | International Conference on Tools with Artificial Intelligence 2012 - Athens, Greece Duration: 7 Nov 2012 → 9 Nov 2012 Conference number: 24th http://dblp.org/db/conf/ictai/ictai2012.html |
Publication series
Name | Proceedings - International Conference on Tools with Artificial Intelligence, ICTAI |
---|---|
Volume | 1 |
ISSN (Print) | 1082-3409 |
Conference
Conference | International Conference on Tools with Artificial Intelligence 2012 |
---|---|
Abbreviated title | ICTAI 2012 |
Country/Territory | Greece |
City | Athens |
Period | 7/11/12 → 9/11/12 |
Internet address |
Keywords
- constraint optimization
- minimax game search
- soft constraint satisfaction
- value ordering heuristics