Title :
Model and Application of Optimal Coalition Structure
Author :
Liu, Jinglei ; Zhang, Wei ; Wang, Lingling
Author_Institution :
Sch. of Comput. Sci. & Technol., Yantai Univ., Yantai, China
Abstract :
In the field of multi-agent systems, the coalition structure generation problem is extremely challenging due to the exponential number of partitions that need to be examined. What kind of appearance the space of coalition structure is, there is few man to research it. This paper take the space of coalition structure as a coalition structure graph, give four properties of OCS (optimal coalition structure) model: optimal substructure, overlapping subproblems, minimal searching set, redundancy paths to OCS, using these properties, we devise an efficient dynamic programming (EDP) algorithm that perform fewer operations than DP (dynamic programming), because it need not evaluate the splits of coalition whose size is greater ¿2n/3¿. Finally, we prove that upper bound of EDP time complexity is O(3n). Experiment analysis shows the validity of the proposed algorithm, because it performs fewer operations which save 42% time than DP (given 21 agents).
Keywords :
computational complexity; dynamic programming; multi-agent systems; coalition structure generation; coalition structure graph; efficient dynamic programming; minimal searching set; multiagent system; optimal coalition structure; overlapping subproblem; redundancy path; time complexity; Algorithm design and analysis; Application software; Approximation algorithms; Computer science; Dynamic programming; Fuzzy systems; Heuristic algorithms; Multiagent systems; Space technology; Upper bound; coalition structure graph; efficient dynamic programming; optimal coalition structure; splits of coalition; upper bound of time complexity;
Conference_Titel :
Fuzzy Systems and Knowledge Discovery, 2009. FSKD '09. Sixth International Conference on
Conference_Location :
Tianjin
Print_ISBN :
978-0-7695-3735-1
DOI :
10.1109/FSKD.2009.167