§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2402201023562000
DOI 10.6846/TKU.2010.00828
論文名稱(中文) 以分散式雙層規劃與遺傳演算法求解逆向拍賣問題
論文名稱(英文) Solving the Reverse Auction Problem by Bi-level Distributed Programming and Genetic Algorithm
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊管理學系碩士班
系所名稱(英文) Department of Information Management
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 98
學期 1
出版年 99
研究生(中文) 詹焜
研究生(英文) Kun Chan
學號 696631455
學位類別 碩士
語言別 繁體中文
第二語言別
口試日期 2010-01-15
論文頁數 70頁
口試委員 指導教授 - 鄭啟斌
委員 - 梁德昭
委員 - 黃承龍
委員 - 陳穆臻
關鍵字(中) 逆向拍賣
分散式雙層規劃
模糊理論
遺傳演算法
關鍵字(英) Reverse Auction
Bi-level Distributed Programming
Fuzzy Logic
Genetic Algorithm
第三語言關鍵字
學科別分類
中文摘要
本研究之目的在針對B2B電子商務環境中一個封閉式、多重議題且為一對多的逆向拍賣(Reverse auction)機制,應用分散式雙層規劃(Bi-level distributed programming)同時考量買方和供應商的利益。為上層買方決定分配給各個供應商的採購數量,並為下層供應商制定適當的投標決策,並結合遺傳演算法做為最佳化搜尋工具,期望可以最小化買方的平均單位競標價格或是交付延遲時間。
模型中包含一標單產生模型,供應商會根據買方所指定的交付時間和所分配到的需求數量,利用主生產排程(MPS)和可允諾量(ATP)存貨的資訊來找出一個最小總生產成本的生產計畫並依此計算其單位成本和競標價格;對於供應商決定競標價格以及買方評估供應商群標單方面則是使用模糊理論的模糊決策方法,以便供應商在決定價格時,能夠同時滿足獲利以及合理定價的目標。本研究最後的實驗以驗證研究目的為主,設定不同的實驗參數,以電腦模擬進行實驗並評估本方法之績效。
英文摘要
This study formulates a model, which applies the bi-level distributed programming to solve a sealed-bid, multiple-issue reverse auction problem that can achieve the objectives of buyer and suppliers simultaneously. This model includes a bid construction model. According to the buyer’s demand, Supplier will find out a production plan based on the master production schedule (MPS) and available-to-promise (ATP) inventory that produces the lowest total production cost.
This study also employs the max-min decision approach for the decision making of bidding price on supplier side and the evaluation of suppliers’ bid on buyer side. So suppliers can fulfill the objectives of profit and reasonable price when they make the decision of bidding. A genetic algorithm is developed to solve the model. Through the different parameters setting and computer simulation, the purpose of experiments is to evaluate the performance of the proposed approach and verify the research objective.
第三語言摘要
論文目次
III
目錄
第一章 緒論...............................................................................................1
1.1 研究背景與動機...........................................................................1
1.2 研究目的.......................................................................................2
1.3 研究步驟與流程...........................................................................3
第二章 文獻探討......................................................................................5
2.1 電子商務(Electronic Commerce, EC)定義與交易方式.............5
2.2 逆向拍賣(Reverse Auction) .........................................................7
2.3 模糊理論(Fuzzy Logic) ............................................................11
2.3.1 模糊集合與歸屬函數.......................................................12
2.3.2 模糊多目標規劃...............................................................12
2.4 遺傳演算法(Genetic Algorithm ,GA) ........................................13
第三章 研究方法....................................................................................16
3.1 逆向拍賣決策模型的建立........................................................16
3.1.1 模型假設...........................................................................16
3.1.2 變數說明...........................................................................16
3.1.3 模型目標函式...................................................................19
3.2 遺傳演算法.................................................................................27
3.2.1 染色體編碼.......................................................................28
3.2.2 適應性函數.......................................................................28
3.2.3 演算法流程.......................................................................29
3.2.3.1 遺傳演算法流程.....................................................31
3.2.3.2 調整染色體.............................................................35
第四章 實驗與模擬分析........................................................................40
4.1 實驗一.........................................................................................43
4.1.1 實驗參數設計...................................................................43
4.1.2 實驗結果與分析...............................................................44
4.2 實驗二.........................................................................................45
4.2.1 實驗參數設計...................................................................46
4.2.2 實驗結果與分析...............................................................47
4.3 實驗三.........................................................................................51
4.3.1 實驗參數設計...................................................................52
4.3.2 實驗結果與分析...............................................................53
4.4 實驗四.........................................................................................54
4.4.1 實驗參數設計...................................................................55
4.4.2 實驗結果與分析...............................................................56
4.5 實驗五.........................................................................................59
4.5.1 實驗參數設計...................................................................60
4.5.2 實驗結果與分析...............................................................61
第五章 結論與建議................................................................................63
參考文獻...................................................................................................66

圖目錄
圖1-1 研究流程架構圖.............................................................................4
圖2-1 逆向拍賣流程(Cheng, 2008)........................................................10
圖2-2 歸屬函數中模糊目標、模糊限制和模糊決策關係圖...............13
圖3-1 買方對平均單位競標價格( p )的歸屬函數................................21
圖3-2 買方對交付時間延遲( d )的歸屬函數.........................................22
圖3-3 第i 個供應商認為買方最高和最低可以接受的平均單位競標價
格.......................................................................................................24
圖3-4 第i 個供應商對利潤( i
π )的歸屬函數.........................................27
圖3-5 染色體範例...................................................................................28
圖3-6 遺傳演算法流程...........................................................................29
圖3-7 二元競賽流程..............................................................................32
圖3-8 字罩交配範例...............................................................................33
圖3-9 單點突變範例...............................................................................34
圖3-10 當最低分配量為2,突變後違反需求分配量限制之範例......36
圖3-11 染色體經交配後違反買方總需求量(Q)限制之範例..............37
圖3-12 調整染色體流程.........................................................................39
圖4-1 不同供應商數量之平均單位競標價格.......................................48
圖4-2 不同供應商數量之平均單位競標價格歸屬度...........................49
圖4-3 不同供應商數量之交付日期.......................................................49
圖4-4 不同供應商數量之交付日期歸屬度...........................................50
圖4-5 不同供應商數量之最終解α 值...................................................50
圖4-6 不同供應商數目之演算法所耗費時間.......................................51
圖4-7 不同延遲上限及供應商數量,平均單位競標價格之變化.......54
圖4-8 不同最低分配量及供應商數量,平均單位競標價格歸屬度之變
化.......................................................................................................58
圖4-9 不同最低分配量及供應商數量,交付時間歸屬度之變化.......58
圖4-10 不同最低分配量及供應商數量,獲選供應商數量之變化.....59
圖4-11 變動訂購成本下,平均單位競標價格歸屬度之變化.............62
圖4-12 變動訂購成本下,最終解中獲選供應商數目之變化.............62

表目錄
表2-1 電子商務交易型態分類(Liang and Hwang, 1998) .......................7
表4-1 每期正規產能產生方式...............................................................41
表4-2 環境設定.......................................................................................42
表4-3 實驗一之遺傳演算法參數設定...................................................44
表4-4 實驗一之買方參數設定...............................................................44
表4-5 Cheng (2009)以最佳化方法所得之最終解.................................45
表4-6 實驗一之三十次最終解之平均結果...........................................45
表4-7 實驗二之遺傳演算法參數設定...................................................47
表4-8 實驗二之買方參數設定...............................................................47
表4-9 實驗二之遺傳演算法參數設定...................................................52
表4-10 實驗二之買方參數設定.............................................................53
表4-11 實驗四之遺傳演算法參數設定.................................................56
表4-12 實驗四之買方參數設定.............................................................56
表4-13 實驗五之遺傳演算法參數設定.................................................61
表4-14 實驗五之買方參數設定.............................................................61
參考文獻
1.林豐澤,〈演化式計算下篇:基因演算法以及三種應用實例〉,智慧科技與應用統計學報,第3卷,第1期,頁29 - 56,2005年。
2.林則孟,《生產計劃與管理》,華泰文化事業股份有限公司,2006。
3.邱瑞廷,《以模糊理論建構可動態調整之一對多協商策略模式》,碩士論文,私立南台科技大學資訊管理所,2004。
4.謝昭熠,《拍賣制度之研究》,碩士論文,中山大學企業管理研究所,1992。
5.陳宏謀,〈遺傳基因演算法求取PID 控制器之參數的最佳解並與Wang法比較〉。
6.曾榮淙,《應用模糊多目標規劃求解逆向拍賣問題》,碩士論文,國立虎尾科技大學工業工程與管理研究所,2007。
7.蘇木春、張孝德,《機器學習:類神經網路、模糊系統以及基因演算法則》,全華圖書,2004。
8.王如芬,《電子商務中議價代理人讓步策略之研究》,碩士論文,國立中山大學資訊管理研究所,2000。
9.American Production and Inventory Control Society. APICS Dictionary, 2004.
10.Bellman, R. E., and Zadeh, L. A., “Decision making in a fuzzy environment,” Management Science, vol.17, no.4, pp.141-614, 1970.
11.Bichler, M. and Kalagnanam, J., “Configurable offers and winner determination in multi-attribute auctions,” European Journal of Operational Research, vol.160, no.2, pp.380-394, 2005.
12.Bichler, M., Kaukal, M., and Segev, A., “Multi-attribute auctions for electronic procurement,” in: Proceedings of the First IBM IAC Workshop on Internet Based Negotiation Technologies, Yorktown Heights, NY, 1999.
13.Branco, F.,“The design of multidimensional auctions,” Rand Journal of Economics, vol.28, no.1, pp.63-81, 1997.
14.Cakravastia, A., Toha, I.S., and Nakamura, N., “A two-stage model for the design of supply chain networks,” International Journal of  Production Economics, vol.80, no.3, pp.231-248, 2001.
15.Chan, C.C.H., Cheng, C. B. and Huang, S.-W., “Formulating Ordering Policies In A Supply Chain By Genetic Algorithm,” International Journal of Modeling and Simulation, vol.26, no.2, pp.129-136, 2006.
16.Che, Y.-K., “Design competition through multidimensional auctions,” Rand Journal of Economics, vol.24, no.4, pp. 668-680, 1993.
17.Cheng, C. B., “Reverse Auction with Negotiation by Bi-level Distributed Programming,” Submitted to Applied mathematics and Computation, 2009.
18.Cheng, C. B., “Solving a sealed-bid reverse auction problem by multiple-criterion decision-making methods,” Computers & Mathematics with Applications archive, vol.56, iss.12, 2008.
19.Cheng, C.-B., Syau, Y.-R. and Tzeng, R.-T., “Solving a seal-bid reverse auction by fuzzy multiple objective programming,” Proceedings of 2008 Information Processing and Management of Uncertainty in Knowledge-Based Systems, Malaga, Spain, pp.22-27,  Jun. 2008.
20.Emiliani, M. L., “Regulating B2B online reverse auctions through voluntary codes of conduct,” Industrial Marketing Management, vol.34, no.5, pp.526-534, 2005.
21.Fogarty, D. W., J. H. Blackstone, Jr. and T. R. Hoffmann., Production and Inventory Management, South-Western, 1991.
22.Hiigins, P., Patrick, L. R. and Tierney, L., Manufacturing Planning and Control:Beyond MRPII, London: Chapman and Hall, 1996.
23.Kalakota R. and Whinston, A.B., Electronic Commerce: A Manager Guide. New York: Addison-Wesley, 1997.
24.Kern, G., M. and Ebsary, J. C., “Master Production Rescheduling Policy in Capacity-Constrained Just-In-Time Make-To-Stock Environment,” Decision Sciences, vol.27, no.2, pp.365-387, 1996.
25.Kosiur, D. R., Understanding Electronic Commerce, 1997.
26.Liang, T., and Hwang, J., “A Framework for Applying Intelligent Agents to Support Electronic Commerce,” Decision Support Systems, vol.28, no.4, pp. 305-317, 2000.
27.Pramanik, S. & T. K. Roy., “Fuzzy goal programming approach to multilevel programming problems,” European Journal of Operational Research, vol.176, no.2, pp.1151-1166, 2007.
28.Shayan, N. and Fallah, H., “A new approach to finite scheduling,” International Journal of Production Research, vol. 37, no 8, pp. 1903-1915, 1999.
29.Shih, H.-S., Y.-J. Lai and E. S. Lee., “Fuzzy approach for multi-level programming problems,” Computers and Operations Research, vol.23, no.1, pp.73-91, 1996.
30.Smart, A. & A. Harrison., “Reverse Auctions as a support mechanism in flexible supply chains,” International Journal of Logistics: Research and Applications, vol.5, no.3, pp.275-284, 2002.
31.Smeltzer, L.R. and Carr, A.S., “Electronic reverse auctions: Promises, risks and conditions for success,” Industrial Marketing Management, vol. 32, no.6, pp. 481-488, 2003.
32.Stalk, J., “Time: The next source of competitive advantage,” Harvard Business Review, vol.66, no.4, pp. 41-51, 1988.
33.Stevenson, William J., Operations Management, New York: McGraw-Hill, 2005.
34.Strader, S., “Characteristics of electronic markets,” Decision Support System, vol.21, no.3, pp. 185-198, 1997.
35.Teich, J.E., Wallenius, H., Wallenius, J. and Koppius, O.R., “Emerging multiple issue e-auctions,” European Journal of Operational Research, vol.159, iss.1, pp. 1-16, 2004.
36.Tully, S., “Going, going, gone! The B2B tool that really is changing the world,” Fortune, vol.141, no.6,pp. 132-145, 2000.
37.Turban, E., McLean, E.R. and J.C. Wetherbe., Information Technology for Management: Making Connections for Strategic Advantage, New York: John Wiley and Sons, 1999a.
38.Turban, E., J. Lee, J.K. Lee, D. King, and H.M Chung , Electronic Commerce: A Managerial Perspective, New Jersey: Prentice Hall, 1999b.
39.Zadeh L. A., “Fuzzy sets”, Inform. Control, vol.8, pp. 338-353, 1965.
論文全文使用權限
校內
紙本論文於授權書繳交後2年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後2年公開
校外
同意授權
校外電子論文於授權書繳交後2年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信