AISep 24, 2021

Constrained Optimization with Qualitative Preferences

arXiv:2109.12179v1
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in constrained optimization with qualitative preferences, which is incremental as it builds on existing CP-net models to improve computational methods.

The paper tackles the challenge of expensive dominance testing in constrained Conditional Preference Networks (CP-nets) by proposing three approaches: a constrained Relative Importance Network (CPR-net) that yields a single optimal outcome without dominance testing, a Search-LP algorithm based on Lexicographic Preference Trees that finds the most preferable feasible outcome, and a divide-and-conquer method that retains CP-net semantics but uses dominance testing.

The Conditional Preference Network (CP-net) graphically represents user's qualitative and conditional preference statements under the ceteris paribus interpretation. The constrained CP-net is an extension of the CP-net, to a set of constraints. The existing algorithms for solving the constrained CP-net require the expensive dominance testing operation. We propose three approaches to tackle this challenge. In our first solution, we alter the constrained CP-net by eliciting additional relative importance statements between variables, in order to have a total order over the outcomes. We call this new model, the constrained Relative Importance Network (constrained CPR-net). Consequently, We show that the Constrained CPR-net has one single optimal outcome (assuming the constrained CPR-net is consistent) that we can obtain without dominance testing. In our second solution, we extend the Lexicographic Preference Tree (LP-tree) to a set of constraints. Then, we propose a recursive backtrack search algorithm, that we call Search-LP, to find the most preferable outcome. We prove that the first feasible outcome returned by Search-LP (without dominance testing) is also preferable to any other feasible outcome. Finally, in our third solution, we preserve the semantics of the CP-net and propose a divide and conquer algorithm that compares outcomes according to dominance testing.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes