Anytime Coalition Structure Generation with Worst Case Guarantees
Abstract
Coalition formation is a key topic in multiagent systems. One would prefer a coalition structure that maximizes the sum of the values of the coalitions, but often the number of coalition structures is too large to allow exhaustive search for the optimal one. But then, can the coalition structure found via a partial search be guaranteed to be within a bound from optimum? We show that none of the previous coalition structure generation algorithms can establish any bound because they search fewer nodes than a threshold that we show necessary for establishing a bound. We present an algorithm that establishes a tight bound within this minimal amount of search, and show that any other algorithm would have to search strictly more. The fraction of nodes needed to be searched approaches zero as the number of agents grows. If additional time remains, our anytime algorithm searches further, and establishes a progressively lower tight bound. Surprisingly, just searching one more node drops the bound in half. As desired, our algorithm lowers the bound rapidly early on, and exhibits diminishing returns to computation. It also drastically outperforms its obvious contenders. Finally, we show how to distribute the desired search across self-interested manipulative agents.
Cite
Text
Sandholm et al. "Anytime Coalition Structure Generation with Worst Case Guarantees." AAAI Conference on Artificial Intelligence, 1998. doi:10.48550/arxiv.cs/9810005Markdown
[Sandholm et al. "Anytime Coalition Structure Generation with Worst Case Guarantees." AAAI Conference on Artificial Intelligence, 1998.](https://mlanthology.org/aaai/1998/sandholm1998aaai-anytime/) doi:10.48550/arxiv.cs/9810005BibTeX
@inproceedings{sandholm1998aaai-anytime,
title = {{Anytime Coalition Structure Generation with Worst Case Guarantees}},
author = {Sandholm, Tuomas and Larson, Kate and Andersson, Martin and Shehory, Onn and Tohmé, Fernando},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {1998},
pages = {46-53},
doi = {10.48550/arxiv.cs/9810005},
url = {https://mlanthology.org/aaai/1998/sandholm1998aaai-anytime/}
}