博碩士論文 101522005 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:116 、訪客IP:18.224.44.108
姓名 傅俊維(chun-wei fu)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 Jadexx 代理人思考
(Jadexx Agent Deliberation)
相關論文
★ 以極致編程為基礎的嵌入式系統雙層測試工具★ 極致編程的兩個延伸:繪製草圖及英詞中句虛擬碼
★ 應用DAML建立代理人社群以整合網路服務★ 以DAML為基礎的目標導向個人代理人
★ 攜帶可延伸的ontology以增進agent間的溝通★ 使用代理人支援eXtreme Programming(XP)環境的建構系統
★ 使用代理人輔助XP環境之驗收測試★ 使用代理人輔助eXtreme Programming環境之單元測試
★ 使用代理人輔助eXtreme Programming環境之版本控制★ 行動代理人使用DAML Ontology於 進階用路人資訊系統
★ 網路服務描述的整合驗證環境★ 適用OWL-S服務模型之新的正規技術
★ 用於代理人互動的知識本體增強的多代理人閘道系統★ 文件製作活動:極致編程在嵌入式系統上之延伸
★ 測試驅動開發用於高職生程式教學★ 使用極致編程在嵌入式系統中移植開放原始碼
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 近來agent的觀念散佈在CS的領域,但agent-oriented 相關的平台卻不流行,探討原因發現不是因為agent觀念不適用於CS,而是agent-oriented 相關的平台缺少了易用性及動態性,因此我們提出了以Jade平台延伸的Jadexx期望能讓agent-oriented programming達到流行。

在代理人思考的設計上,Jadexx為了使其易用性和動態性會更好。採用了4個設計,分別為1) 使用Java語言,使熟悉Java的人能輕易上手,而現今Java又非常普及。 2)具體實作出desire 和intention儲存結構,當使用者有BDI觀念時,使用時就會非常容易。 3) 新增一種plan叫做meta plan,為Jadexx實作meta-level reasoning的機制。4)為每個desire定義可變動的優先權,使agent在不同情況下,選取的desire也會有所不同。

最後我們實作了Jadexx的一個範例,並且與Jadex、Jason的易用性及動態性做個比較,發現我們在這兩個功能性上,是比較優異的。
摘要(英) Recently, the concept of agent appears in the CS field, but agent-oriented platform is still not popular. By researching the reason, we find it‘s not because the concept of agent does not apply to CS, but many agent-oriented platforms are lack of usability and dynamic. For that, we propose Jadexx which is extend by Jade and hope that agent-oriented programing will be more popular.

In the design of agent deliberation, Jadexx uses four designs in order to make usability and dynamic better. The four designs are 1) Using Java. It makes user which is familiar with Java easily to use it. Moreover Java is common now. 2) Implement the desire and Intention storing structure. It will make Jadexx easy to use when the user is familiar with BDI concept. 3) Add a new plan called meta plan which is mechanism to implement meta-level reasoning. 4) Define an adjustable priority for each desire. It makes agent select different plans in different situations.

Finally, we implement a Jadexx example and compare the usability and dynamic with Jason and Jadex. We find Jadexx is better in the two functionalities.
關鍵字(中) ★ 思考
★ 代理人
★ Jadexx
關鍵字(英) ★ deliberation
★ agent
★ Jadexx
論文目次 摘要       I
ABSTRACT II
致謝 III
目錄 IV
圖目錄 VI
表目錄 VII
一、引言 1
1-1 議題 1
1-2 Reason to extend Jade 1
二、模型 3
2-1 Goal的抽象層 3
2-2 Deliberate 5
三、範例 8
3-1 使用情節 8
3-2 Desire 8
3-3 Meta-level reasoning 10
四、相關研究 11
4-1 Jadex 11
4-2 Jason 13
4-3 perspective 13
五、結論 17
5-1 usability 17
5-2 dynamic 18
參考文獻 19
附錄一 20
參考文獻 [1] A. Ricci. et. al., “Agent-oriented Computing: Agents as a Paradigm for Computer Programming and Software Development,” Future Computing 2011.
[2] Telecom Italia Lab, ”Jade” [online]. Available: http://jade.tilab.com/index.html.
[3] IEEE Foundation for Intelligent Physical Agents, “FIPA” [online]. Available: http://www.fipa.org/.
[4] Wikipedia, “Belief¬-desire-Intention software model,” [online]. Available: http://en.wikipedia.org/wiki/Belief%E2%80%93desire%E2%80%93intention_software_model.
[5] Active Component, ”Jadex” [online]. Available: http://www.activecomponents.org/bin/view/About/Features.
[6] A. Pokahr, L. Braubach and W. Lamersdorf. Jadex: A BDI reasoning engine. In J. D. R. Bordini, M. Dastani and A. E. F. Seghrouchni, editors, Multi-Agent Programming, pages 149--174. Springer Science+Business Media Inc., USA, 9 2005. Book chapter.
[7] R.H. Bordini, J.F. Hubner, “BDI Agent Programming in AgentSpeak Using Jason,” Department of Computer Science, University of Durgam,2006.
[8] Jen-Yen Chen, Towards an Agent-oriented Programming Paradigm, Department of Computer Science and Information Engineering, National Central University, 2013.
[9] 林廷原, 使用JADEX開發代理人系統 , 中央大學資工系碩士論文, 2012.
[10] W3C OWL Working Group OWL Web Ontology Language Guide, [online]. Available: http://www.w3.org/TR/owl-guide#owl.
指導教授 陳振炎 審核日期 2014-7-2
推文 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聯絡  - 隱私權政策聲明