博碩士論文 91423025 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:38 、訪客IP:13.59.241.75
姓名 張碧方(Pi-Fang Chang)  查詢紙本館藏   畢業系所 資訊管理學系
論文名稱 利用Swarm建構虛擬股票市場之多重代理人模擬系統
(Using Swarm to Build a Multi-Agent Simulation System for Artificial Stock Market)
相關論文
★ 網路合作式協同教學設計平台-以國中九年一貫課程為例★ 內容管理機制於常用問答集(FAQ)之應用
★ 行動多重代理人技術於排課系統之應用★ 存取控制機制與國內資安規範之研究
★ 信用卡系統導入NFC手機交易機制探討★ App應用在電子商務的推薦服務-以P公司為例
★ 建置服務導向系統改善生產之流程-以W公司PMS系統為例★ NFC行動支付之TSM平台規劃與導入
★ 關鍵字行銷在半導體通路商運用-以G公司為例★ 探討國內田徑競賽資訊系統-以103年全國大專田徑公開賽資訊系統為例
★ 航空地勤機坪作業盤櫃追蹤管理系統導入成效評估—以F公司為例★ 導入資訊安全管理制度之資安管理成熟度研究-以B個案公司為例
★ 資料探勘技術在電影推薦上的應用研究-以F線上影音平台為例★ BI視覺化工具運用於資安日誌分析—以S公司為例
★ 特權帳號登入行為即時分析系統之實證研究★ 郵件系統異常使用行為偵測與處理-以T公司為例
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 過去十年來,社會科學研究人員對於利用智慧代理人來模擬金融市場市場的接受度已經變得愈來愈高。在這些電腦模擬的虛擬金融市場模型中,就以聖大非研究院(Santa Fe Institute)所提出的虛擬股票市場(Artificial Stock Market)模型最負盛名。因此,有許多學者對此模型提出修正與改進之處,可是卻鮮少為這個模型提出要如何設計或建立模擬系統的細節。雖然,近年來有許多關於這方面的研究,可是他們卻有一些共通的缺點,例如:所設計的系統缺乏可擴充性、便利性,以及友善的使用者介面等等。因此,本研究採用Swarm這個工具以及MASS-Z架構的精神來設計並實作一個多重代理人模擬系統,稱之MASS-S。我們提出MASS-S的架構並將它對映至ASM以說明它如何在MASS-S中運作。此外,我們介紹如何利用Swarm以有效率的方式來實作MASS-S架構。最後,我們利用MASS-S設計不同的模擬實驗來比較其結果。我們相信本研究將有助於不熟悉程式寫作的研究人員能以快速輕易的方式來完成各種模擬系統的建構。
摘要(英) Agent-based simulations of markets have gained more and more acceptance among social scientists in the last decade. The Santa Fe Artificial Stock Market (ASM) is the most well-known one among those computer simulated artificial financial markets. Therefore, there are many researchers to modify the ASM model, but rarely help with the details of designing or building a simulation system for it. There are some efforts supporting the kind of job recently, but they are generally lack of scalability, convenience and friendly user interface of simulation system. Hence, we use Swarm and the idea of MASS-Z to design and implement a multi-agent simulation system, called MASS-S. We propose the architecture of MASS-S and map it to ASM to show how it works. Besides, we also introduce the tool, Swarm, to show how to facilitate it to implement MASS-S. Finally, we design different simulation applications to compare the results of simulations by MASS-S. We believe that it will be a great helpful to researchers to build many kinds of simulation system with an efficient and easy approach, and it will be a contribution to the researchers who aren’t familiar with code writings.
關鍵字(中) ★ 虛擬股票市場
★ 以代理人為基礎之模擬
★ 多重代理人系統
關鍵字(英) ★ Artificial Stock Market
★ Swarm
★ Agent-Based Simu
論文目次 Abstract
摘要
1. Introduction 1
1.1 Research Motivation 2
1.2 Research Goals 2
1.3 Organization of this thesis 3
2. Background 4
2.1 Artificial Stock Market 4
2.1.1 SFI Market Early History 4
2.1.2 Structure of the Market 5
2.2 Agent-based Simulation Model 10
2.3 MASS-Z 11
2.3.1 MASS-Z Architecture 12
2.3.2 MASS-F 13
2.3.3 Multi-Agent Toolkit: ZEUS 15
3. Simulation Tool:Swarm 18
3.1 Introduction of Swarm 18
3.1.1 What is Swarm 18
3.1.2 Structure of Swarm 19
3.2 What Swarm Provides 20
3.3 Important features of Swarm 22
3.3.1 Zones 23
3.3.2 Collections 24
3.3.3 Random 25
3.3.4 Activity 26
3.3.5 Probes 27
3.3.6 GUI Interface 28
3.4 Example:Java-ASM 29
3.4.1 Sketch of Java-ASM Classes 30
3.5 The difference between ZEUS and Swarm 34
4. System Design 36
4.1 MASS-S System 36
4.2 Mapping MASS-S to ASM 39
4.2.1 Simulation Time Step 39
4.2.2 Forecasting Mechanism 42
4.2.3 Learning Mechanism--Genetic Algorithm 43
4.2.4 Market Maker 46
5. System Implementation and Experiments 49
5.1 Using Swarm to build up MASS-S 49
5.2 System Implementation 52
5.2.1 Environmental Module 52
5.2.2 Behavior of Roles Module 55
5.2.3 Execution of Simulation Application 57
5.3 Experiments 59
5.3.1 Simulation Parameters 60
5.3.2 Simulation Results 60
5.3.3 Discussions 66
6. Conclusions 67
References 69
參考文獻 [1] Bergh, W. M., Boer, K., Bruin, A., Kaymak, U. and Spronk, J., “On Intelligent Agent-Based Analysis of Financial Markets,” Erasmus University Working Paper, Rotterdam, 2002.
[2] Bonabeau, E., Theraulaz, G., Arpin, E. and Sardet, E., “ The building behavior of lattice swarms,” Artificial Life IV, MIT Press, 1994.
[3] Booch, G., Rumbaugh, J. and Jacobson, I., “Unified Modeling Language User Guide,” Addison-Wesley Longman, 1996.
[4] Bruun, C., “Prospect for an economics framework for Swarm”, Agent-Based Methods in Economics and Finance: Simulation in Swarm, Kluwer Academic Publishers, 2002.
[5] Campos, A.M.C. and Hill, D.R.C., “web-based simulation of agent behaviors,” 1st Web-based Simulation & Modeling International Conference, pp. 9-14, 1998.
[6] Chen, S.H., Lux, T. and Marchesi, M., “Testing for non-liner structure in an artificial financial market,” Journal of Economic Behavior and Organization 46(3), 327-342, 2001.
[7] Chen, S.H. and Yeh, C.H., “On the emergent properties of artificial stock markets: the efficient market hypothesis and the rational expectations hypothesis,” Journal of Economic Behavior and Organization, 49, pp. 217-39, 2001.
[8] Christoph, S.L., Bruhn, P. and Shaw, M.J., “Online Supply Chain Modeling and Simulation,” Economic Simulations in Swarm: Agent-Based modeling and Object Oriented Programming, Kluwer Academic Publishers, 2000.
[9] Cont, R. and Bouchaud, J.P, “Herd behavior and aggregate fluctuations in financial markets,” Macroeconomic Dynamics 4(2), 170-196, 2000.
[10] Drogoul, A. and Ferber, J., “Multi-Agent Simulation as a Tool for Studying Emergent Processes in Societies,” Simulation Societies, the Computer Simulation of Social Phenomena, Gilbert N. and Doran J. UCL Press, 1994.
[11] Ehrentreich, N., “The Santa Fe Artificial Stock Market Re-Examined - Suggested Corrections,” Computational Economics 0209001, Economics Working Paper Archive at WUSTL, 2002.
[12] Fishwick, P.A., “Computer Simulation: Growth Through Extension,” Proceedings of European Simulation Multiconference, 1994.
[13] Fowler, M. and Scott, K., “UML Distilled,” Addison-Wesley Longman, 1997
[14] Framer, J.D., “A simple model for the nonequilibrium dynamics and evolution of a financial market,” International Journal of Theoretical and Applied Finance 3(3),425-411, 2000.
[15] Greenwald, A. and Stone, P., “Autonomous Bidding Agents in the Trading Agent Competition.” IEEE Internet Computing, 5(2), 52-60, 2001.
[16] Grossman, S. J. and Stiglitz, J., “On the Impossibility of Informationally Efficiency Markets,” American Economic Review, 70, pp.971-988, 1980.
[17] Hiebeler, D., “The Swarm Simulation System and Individual-based Modeling,”
Working paper 94-11-065, Santa Fe Institute, 1994.
[18] Huston, M. and Deangelis, D., “New computer models unify ecological theory,” BioScience, 38(10): 682-691, November 1998.
[19] Johnson, P., “What I learned from the artificial stock market,” Social Science Computer Review, 20(2), pp. 174-196, 2002.
[20] LeBaron, B., “Building the Santa Fe Artificial Stock Market,” Brandeis University Working Paper, 2002.
[21] LeBaron, B., “Empirical Regularities from Interacting Long and Short Memory Investors in an Agent Based Stock Market,” IEEE Transactions on Evolutionary Computation, 5, pp. 442-455, 2001.
[22] LeBaron, B., Arthur, W. B., and Palmer, R.G., “Time series properties of an artificial stock market,” Journal of Economic Dynamics and Control, 23, pp. 1487-1516, 1999.
[23] Lu, Y.J., “Using ZEUS to Build a Multi-Agent Simulation System for Artificial Stock Market,” Thesis of National Central University, 2003.
[24] Luck, M., McBurney, P. and Preist, C., Agent Technology: Enabling Next Generation Computing (A Roadmap for Agent Based Computing), AgentLink, 2003.
[25] MINAR, M., Burkhart, R., Langton, C., and Askenazy, M., “The Swarm Simulation System: A Toolkit for Building Multi-agent Simulations,” Working Paper 96-06-042, Santa Fe, NM: Santa Fe Institute, 1996.
[26] Nwana, H. S., Ndumu, D. T., Lee, L. C. and Collis, J. C., “ZEUS: A Toolkit for Building Distributed Multi-Agent Systems,” Applied Artificial Intelligence Journal, 13 (1/2), pp. 129-185, 1999.
[27] Palmer, R. G., Arthur, W. B., Holland, J. H., and LeBaron, B., “An Artificial Stock Market,” Santa Fe Institute Working Paper, 1998.
[28] Resnick, M., “Turtles, Termites, and Traffic Jams: Exploration in Massively Parallel Microworlds,” MIT Press, 1994.
[29] Serenko, A., and Detlor, B., “Agent Toolkits: A general overview of the market and an assessment of instructor satisfaction with utilizing toolkits in the classroom,” Working Paper 455, McMaster University, Canada, 2002.
[30] Shoham, Y., “Agent-Oriented Programming,” Artificial Intelligence, v60, pp.51-92, 1993.
[31] Simpson, A.R., Dandy, G.C., and Murphy, L.J., “Genetic Algorithms Compared to Other Techniques for Pipe Optimization,” Journal of Water Resources Planning and Management , ASCE, 120(4), 423, 1994.
[32] Stefansson, B., “Simulating economic agents in Swarm: A short tutorial for economists and other social scientists,” Economic Simulations in Swarm: Agent-based Modeling and Object Oriented Programming, Kluwer Academic Publishers, 2000.
[33] Wooldrige, M. and Jennings, N.R., “Intelligent Agents: Theory and Practice,” Knowledge Engineering Review, 1995.
Others
[34] Complex Systems Summer School, A Tutorial Introduction to Swam,
http://www.swarm.org/csss-tutorial/frames.html, 2000
[35] Daniels, M., Integrating Simulation Technologies with Swarm,
http://www.santafe.edu/~mgd/anl/anlchicago.html, 1999
[36] Johnson, P. and Lancaster Alex, Swarm User Guide,
http://www.swarm.org/swarmdocs/userbook/userbook.html, 1999
[37] Swarm Development Group, Documentation Set for Swarm 2.1.1,
http://www.swarm.org/swarmdocs/set/set.html, 2000
[38] Swarm Development Group, Documentation Overbook for Swarm 2.1.1,
http://www.swarm.org/swarmdocs/overbook/overbook.html, 2000
[39] Swarm Development Group, Tutorial for Swarm 2.1.1, 1999
http://www.swarm.org/swarmfest99-tutorial/SectionOne-99/index.htm
[40] ZEUS, British Telecommunications plc, 2001.
http://more.btexact.com/projects/agents.htm
指導教授 林熙禎(Shi-Jen Lin) 審核日期 2004-7-12
推文 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聯絡  - 隱私權政策聲明