Approximate Coalition Structure Generation

Abstract

Coalition formation is a fundamental problem in multi-agent systems. In characteristic function games (CFGs), each coalition C of agents is assigned a value indicating the joint utility those agents will receive if C is formed. CFGs are an important class of cooperative games; however, determining the optimal coalition structure, partitioning of the agents into a set of coalitions that maximizes the social welfare, currently requires O(3n) time for n agents. In light of the high computational complexity of the coalition structure generation problem, a natural approach is to relax the optimality requirement and attempt to find an approximate solution that is guaranteed to be close to optimal. Unfortunately, it has been shown that guaranteeing a solution within any factor of the optimal requires Ω(2n) time. Thus, the best that can be hoped for is to find an algorithm that returns solutions that are guaranteed to be as close to the optimal as possible, in as close to O(2n) time as possible. This paper contributes to the state-of-the-art by presenting an algorithm that achieves better quality guarantees with lower worst case running times than all currently existing algorithms. Our approach is also the first algorithm to guarantee a constant factor approximation ratio, 1/8, in the optimal time of O(2n. The previous best ratio obtainable in O(2n) was 2/n.

Cite

Text

Service and Adams. "Approximate Coalition Structure Generation." AAAI Conference on Artificial Intelligence, 2010. doi:10.1609/AAAI.V24I1.7636

Markdown

[Service and Adams. "Approximate Coalition Structure Generation." AAAI Conference on Artificial Intelligence, 2010.](https://mlanthology.org/aaai/2010/service2010aaai-approximate/) doi:10.1609/AAAI.V24I1.7636

BibTeX

@inproceedings{service2010aaai-approximate,
  title     = {{Approximate Coalition Structure Generation}},
  author    = {Service, Travis C. and Adams, Julie A.},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2010},
  pages     = {854-859},
  doi       = {10.1609/AAAI.V24I1.7636},
  url       = {https://mlanthology.org/aaai/2010/service2010aaai-approximate/}
}