博碩士論文 101525004 詳細資訊




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

摘要(中) 軟體業界極需實用而簡單的model 及平台 來迅速開發智慧代理人程式 ,而現有開發agent的平台Jason 及Jadex都頗繁雜不易使用,Jason 使用Agent-Speak Language,過於抽象不易理解及撰寫;而Jadex 使用XML 來記錄goal 與plan head 過於複雜且不易使用。

本研究用流行的Java agent development framework (Jade) 作為平台發展一套model 稱作Jadexx ,希望它可以讓agent-oriented programming paradigm 繼承object-oriented programming paradigm而流行。它不像Jadex 是個要安裝的平台。它一方面提供上層代理人思考能力,另一方面藉著既有而穩定的Jade 平台提供下層代理人的溝通,以簡單便利的開發智慧代理人。

Jadexx使用Java撰寫,並且goals只以OWL檔紀錄,改進Jason與Jadex不易撰寫的缺點,此外實作meta-plan改進Jadex的meta-level reasoning的不足。
摘要(英) The software industry extremely needs a practical and simple platform to develop agents quickly. However, the existing software platforms such as Jason and Jadex are all difficult to use. Because Jason uses Agent-speak language, it’s so abstract that it is not easy to understand. Jadex uses XML to store the goals and plan head, this is too complicate.

Based on the popular Java Agent Development framework (Jade) platform, we develop a model called Jadexx. Unlike Jadex, Jadexx needs no installation. We hope that, through Jadexx, agent-oriented programming can follow the popular object-oriented programming paradigm to be widely accepted. On one hand, Jadexx provides high-level agent deliberation. On the other hand, the underlying Jade provides low-level communication among agents.

Jadexx uses Java to implement, and using only OWL files to store goals. It thus improves the usability, compared with Jason and Jadex. In addition, Jadexx implements meta-plan to remedy the weakness of Jadex meta-level reasoning.
關鍵字(中) ★ Jadexx
★ Jadex
★ 代理人
關鍵字(英) ★ Jadexx
★ Jadex
論文目次 摘 要 i
ABSTRACT ii
誌 謝 iii
目錄 iv
圖目錄 vi
一、引言 1
二、相關研究 2
2-1 Jade 2
2-2 Jadex 3
2-3 Jason 4
2-4 Jadexx與Jadex、Jason的比較 6
2-4-1 Usability 6
2-4-2 Dynamics 8
三、Jadexx 模型 9
3-1 Jadexx model 9
3-1-1 Beliefs 10
3-1-2 Desires and Intentions 10
3-1-3 Environments 10
3-2 Execution cycle 11
3-2-1 Sense 11
3-2-2 Deliberate 12
3-2-3 Act 14
四、範例 15
4-1 程式流程 15
4-2 程式架構 16
4-3 程式執行與結果 17
五、結論 19
參考文獻 20
附錄一 21
參考文獻 [1] S. Franklin, A. Graesser, “Is It an Agent, or Just a Program? : A Taxonomy for
Autonomous Agents,” Institute for Intelligent Systems, University of Memphis, Memphis, USA, 1996.
[2] A. Pokahr, L. Braubach, A. Walczak, and W. Lamersdorf, “Jadex: Engineer goal-oriented agents,” Distributed Systems and Information Systems, University of Hamburg, Germany, 2007.
[3] R.H. Bordini, J.F. Hubner, “BDI Agent Programming in AgentSpeak Using Jason,” Department of Computer Science, University of Durham, 2006.
[4] Wikipedia, “Belief-desire-intention software model,” [online]. Available:
http://en.wikipedia.org/wiki/Belief%E2%80%93desire%E2%80%93intention_software_model
[5] Wikipedia, “Prolog,” [online]. Available: http://zh.wikipedia.org/wiki/Prolog
[6] Telecom Italia Lab, “Jade” [online]. Available: http://jade.tilab.com/index.html
[7] IEEE Foundation for Intelligent Physical Agents. ”FIPA” [online]. Available: http://www.fipa.org/
[8] Jen-Yen Chen, “FIPA Communicative Acts (CA),” class notes for SE6007, Department of Computer Science and Information Engineering. National Central University, 2011.
[9] L.Braubach, A.Pokahr, W.Lamersdorf, “Jadex: A Short Overview,” Distributed and Information System Group, University of Hamburg, Germany, 2004.
[10] W3C OWL Working Group. OWL Web Ontology Language Guide[online]
Available: http://www.w3.org/TR/owl-guide#owl
指導教授 陳振炎 審核日期 2014-7-4
推文 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聯絡  - 隱私權政策聲明