博碩士論文 100522019 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:102 、訪客IP:18.118.9.7
姓名 宋管翊(Guan-Yi Sung)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 LOM-領隊導向多人連線遊戲自動匹配演算法
(Leader-Oriented Matchmaking (LOM) for Multiplayer Online Games)
相關論文
★ 以IEEE 802.11為基礎行動隨意無線網路之混合式省電通訊協定★ 以范諾圖為基礎的對等式網路虛擬環境相鄰節點一致性研究
★ 行動隨意網路可調適及可延展之位置服務協定★ 同儕式網路虛擬環境高效率互動範圍群播
★ 巨量多人線上遊戲之同儕網路互動範圍語音交談★ 基於范諾圖之同儕式網路虛擬環境狀態管理
★ 利用多變量分析 之多人線上遊戲信任使用者選擇★ 無位置資訊無線感測網路之覆蓋及連通維持
★ 同儕網路虛擬環境3D串流同儕選擇策略★ 一個使用802.11與RFID技術的無所不在導覽系統U-Guide之設計與實作
★ 同儕式三維資料串流★ IM Finder: 透過即時通訊網路線上使用者找尋解答
★ 無位置資訊無線感測網路自走車有向天線導航與協調演算法★ 多匯點無線感測網路省能及流量分散事件輪廓追蹤
★ 頻寬感知同儕式3D串流★ 無線感測網路旋轉指向天線定位法
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (全文檔遺失)
請聯絡國立中央大學圖書館資訊系統組 TEL:(03)422-7151轉57422,或E-mail聯絡
摘要(中) 在多人連線遊戲(Multiplayer Online Games)中,自動匹配(Matchmaking)的定義為將多位玩者(player)匹配在一起共同進行遊戲的程序。目前自動匹配將玩者匹配在一起的準則可以分為兩大類:Connection Based與Skill Based。前者將一群彼此網路互相連線速度較快的玩者匹配在一起進行遊戲;而後者則將一群彼此技能評分(Skill Rating)接近的玩者匹配在一起進行遊戲。本論文首先提出一項稱為Association Based的玩者匹配準則,並依此準則提出一個新的自動匹配演算法LOM (Leader-Oriented Matchmaking)來匹配系統中所有的玩者。在Association Based準則下,關聯度(Association)較高的玩者被匹配在一起進行遊戲,關聯度代表兩位玩者之間的關聯程度,例如玩者在遊戲中之個人檔案(profile)的相關程度。LOM使用到了Minimum Cost Maximum Flow演算法的概念,以最佳化的方式來匹配系統中的玩者。值得一提的是,LOM亦可套用於現存的Connection Based與Skill Based玩者匹配準則,並皆可依照個別匹配準則的需求輸出最佳的結果。我們針對LOM與基本的貪婪式玩者匹配演算法及隨機玩者匹配演算法進行模擬與分析,以評估其效能。我們發現,隨機玩者匹配演算法的執行時間複雜度最低,但產生出來的平均關聯度不佳。貪婪式玩者匹配演算法的執行時間複雜度較高,產生出的平均關聯度較佳。雖然LOM執行時間複雜度最高,但可產生最佳的平均關聯度。
摘要(英) In Multiplayer Online Games, the definition of the term Matchmaking is a process that arranging players for online play sessions. Currently, Matchmaking arranging players together according to two types of criteria Connection Based and Skill Based. In Connection Based criterion, players with higher mutual network connection speed are arranged together. In Skill Based criterion, players with close value of Skill Rating are arranged together. In this paper, we propose a new criterion. Also, according to proposed criterion, we propose a new Matchmaking algorithm to arrange players together. Proposed new criterion called “Association Based”. In this criterion, players with higher Association to each others are arranged together. Proposed new Matchmaking algorithm called “LOM”(Leader-Oriented Matchmaking). It uses the concept of Minimum Cost Maximum Flow algorithm to arrange players in optimized way. It is worth mentioning that abovementioned two existing criteria, Connection Based and Skill Based, both of them can be substituted into LOM. And they are also able to acquire the optimized execution result with respect to their requirements. Besides, we did simulation to make comparisons between LOM, Greedy and Random. As for the result, the time complexity of Random is the lowest but it produces the worst average Association. The time complexity of Greedy is higher and it produces better average Association. Although the time complexity of LOM is highest, it produces the best average Association.
關鍵字(中) ★ 多人連線遊戲
★ 自動匹配
★ 玩者
★ 技能評分
★ Connection Based
★ Skill Based
★ LOM
★ Minimum Cost Maximum Flow
★ Association Based
關鍵字(英) ★ Multiplayer Online Games,
★ Matchmaking
★ player
★ Skill Rating
★ Connection Based
★ Skill Based
★ LOM
★ Minimum Cost Maximum Flow
★ Association Based
論文目次 中文摘要 i
英文摘要 ii
目錄 iii
圖目錄 vi
表目錄 v
一、 緒論 1
二、 相關研究 12
三、 提出方法 18
3.1 問題定義 18
3.2 解法 20
四、 模擬 23
五、 結論 30
參考文獻 32
參考文獻 [1] Sharad Agarwal, Jacob R. Lorch . (2009). Matchmaking for Online Games and Other Latency-Sensitive P2P Systems. SIGCOMM ’09 Proceedings of the ACM SIGCOMM 2009 conference on Data communication on pages 315-326.
[2] Justin Manweiler, SharadAgarwaly, Ming Zhangy, Romit Roy Choudhury and Paramvir Bahly. (2011). Switchboard: A Matchmaking System for Multiplayer Mobile Games. MobiSys ’11 Proceedings of the 9th international conference on Mobile systems, applications, and services on pages 71-84.
[3] Olivier Delalleau, Emile Contal, Eric Thibodeau-Laufer, Raul Chandias Ferrari, Yoshua Bengio and Frank Zhang. (2012). Beyond Skill Rating: Advanced Matchmaking in Ghost Recon Online. Computational Intelligence and AI in Games, IEEE Transactions on pages 167-177.
[4] R. Herbrich, T. Minka, and T. Graepel. (2007).TrueSkill: A Bayesian skill
rating system. in Advances in Neural Information Processing Systems
19 (NIPS’06), B. Scholkopf, J. Platt, and T. Hoffman, Eds. MIT Press, ¨
2007 on pages 569-576.
[5] A. E. (1978). Elo, The rating of chessplayers, past and present. Batsford.
[6] D. Ramirez-Cano, S. Colton, and R. Baumgarten. (2010).Player classification
using a meta-clustering approach. in Proceedings of the International
Conference on Computer Games, Multimedia and Allied Technology.
[7] R. C. Weng and C.-J.Lin. (2011). A Bayesian approximation method for online
ranking. Journal of Machine Learning Research on pages 267-300.
[8] R. Coulom. (2008). Whole-history rating: A Bayesian rating system for players
of time-varying strength. in Proceedings of the 6th International
Conference on Computers and Games, ser. CG ’08. Berlin, Heidelberg:
Springer-Verla on pages 113–124.
[9] R. Thawonmas and K. Iizuka. (2008). Haar wavelets for online-game player
classification with dynamic time warping. Journal of Advanced Computational Intelligence and Intelligent Informatics, Special issue on
Intelligence Techniques in Computer Games and Simulations on pages
150–155.
[10] F. Dabek, R. Cox, F. Kaashoek, and R. Morris. (2004). Vivaldi: A
decentralized network coordinate system. In Proc.
SIGCOMM Conference on pages 426–437.
[11] Michael T. Goodrich and Roberto Tamassia. (2001). Algorithm Design :Foundations, Analysis and Internet Examples.
[12] Colin DeLong and JaideepSrivastava. (2012). TeamSkill Evolved: Mixed Classification Schemes for Team-Based Multi-player Games.Advances in Knowledge Discovery and Data Mining on pages 26-37
[13] R. C. Weng and C.-J. Lin. (2011). A Bayesian approximation method for online
ranking, J. Mach. Learn. Res on pages 267–300.
[14] S. Nikolenko and A. Sirotkin. (2011). A new Bayesian rating system for team competitions, in Proc. 28th Int. Conf. Mach. Learn on pages 601–608.
[15] P. Dangauthier, R. Herbrich, T. Minka, and T. Graepel. (2007). TrueSkill
through time: Revisiting the history of chess, in Advances in Neural
Information Processing Systems, M. Press, Ed. Cambridge, MA:
MIT Press.
[16] J. S. Tobias Fritsch and B. Voigt. (2008). The next generation of competitive
online game organization, presented at the Netgames,Worcester,MA.
[17] League of Legends. (2010). League of Legends matchmaking,
Available: http://na.leagueoflegends.com/learn/gameplay/Matchmaking.
[18]J. Riegelsberger, S. Counts, S. Farnham, and B. C. Philips. (2007). Personality
matters: Incorporating detailed user attributes and preferences into the
matchmaking process, in Proc. 40th Annu. Hawaii Int. Conf. Syst. Sci on
pages 87.
[19] J. Jimenez-Rodriguez, G. Jimenez-Diaz, and B. Diaz-Agudo. (2011). Matchmaking and case-based recommendations, in Proc. Workshop Case-
Based Reason.Comput. Games/19th Int. Conf. Case Based Reason on
pages 53–62.
[20] R. Thawonmas and K. Iizuka. (2008). Visualization of online-game players
based on their action behaviors, Int. J. Comput. Games Technol.
指導教授 江振瑞(Jehn-Ruey Jiang) 審核日期 2013-7-24
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明