跳到主要內容

臺灣博碩士論文加值系統

(18.97.14.90) 您好!臺灣時間:2025/01/13 23:55
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:吳國碩
研究生(外文):Guo-Shuo Wu
論文名稱:應用啟發式演算法於逆向物流網路系統之區位指派問題
論文名稱(外文):A heuristic algorithm approach to reverse logistics network for resolving splits in location/allocation problems
指導教授:蘇純繒蘇純繒引用關係
指導教授(外文):Chwen-Tzeng Su
學位類別:碩士
校院名稱:國立雲林科技大學
系所名稱:工業工程與管理研究所碩士班
學門:工程學門
學類:工業工程學類
論文種類:學術論文
論文出版年:2008
畢業學年度:96
語文別:中文
論文頁數:131
中文關鍵詞:逆向物流區位指派啟發式演算法基因演算法
外文關鍵詞:reverse logisticslocation-allocationgenetic algorithmheuristic algorithm
相關次數:
  • 被引用被引用:1
  • 點閱點閱:217
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
  近年來民眾對於資源回收意識已逐漸提高,而回收點的設立是經常採取的方式,過去的文獻在這方面也已有一些研究,但在設施區位問題方面,僅針對中位問題(P-median)的模式作探討,鮮少以pq-median的區位模式做研究,本研究為了更符合實際情況,將以pq-median的區位模式,提出一非線性混整數規劃的數學模型,求解在回收點與回收中心有容量限制的條件下,回收點及回收中心最佳的數量及位址、各個回收點之收集期間與顧客、回收點及回收中心三者之間的指派關係,使逆向物流系統總成本最小化。
對於此逆向物流的區位指派問題,本研究建立一啟發式演算法進行求解,再與基因演算法做求解品質與求解時間的比較;在總節點數20、40與60的三個範例題目下測試,結果證實與基因演算法相較之下,啟發式演算法的求解品質與求解時間皆優於基因演算法。在敏感度分析方面,針對收集期間之最大值 之影響做進一步的說明,以供決策者做參考。
Recycling conscious has been rising in recent years, and action taken frequently is setting a collection point, and it has been shown in some past research. In facility location-allocation that only addresses on p-median location model but not is pq-median. Therefore, for conforming to practical situation in this research, in limited capacity of collection points and centralized return centers, bringing up nonlinear mixed-integer programming model by pq-median location model reduces total cost in reverse logistics because of the connection among the best quantities and places of collection points and centralized return center, holding period for each collection point, and customers, collection points and centralized return center.
Figuring out location allocation problem in reverse logistics by building heuristic algorithm compared with genetic algorithm for solving quality and solving time; this report proves that heuristic algorithm is better than genetic algorithm in three different illustrations. In sensitivity analysis, further demonstration to the maximum of holding period is for decision maker reference.
目錄∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙i

表目錄∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙iv

圖目錄∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙vi

一、緒論∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙1
1.1研究背景與動機∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙ 1
1.2研究目的與範圍∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙2
1.3研究方法∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙3
1.4研究架構與流程∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙3
二、文獻探討∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙6
2.1區位問題∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙6
2.2逆向物流定義及資源回收制度∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙9
2.3逆向物流區位指派問題相關文獻∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙11
2.4基因演算法∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙15
2.4.1編碼與解碼∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙15
2.4.2初始族群∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙15
2.4.3適合度函數值∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙16
2.4.4複製∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙16
2.4.5交配∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙17
2.4.6突變∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙18
2.4.7取代∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙18
2.4.8結束條件∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙18
2.5小結∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙20
三、模式與演算法建構∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙22
3.1基本問題描述∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙22
3.2模式建構∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙25
3.2.1基本假設與限制∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙25
3.2.2本研究求解問題之模式∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙25
3.3模式求解∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙29
3.3.1簡例一之描述∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙29
3.3.2簡例一之結果分析-LINGO 10.0 ∙∙∙∙∙∙∙30
3.4啟發式演算法之建構∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙32
3.4.1編碼∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙32
3.4.2初始母體之產生∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙34
3.4.3適合度函數值計算∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙34
3.4.4半群體重生法∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙35
3.4.5收斂條件∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙37
3.4.6移步-回收點之收集期間∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙37
3.4.7終止條件∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙39
3.4.8啟發式演算法求解步驟及流程圖∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙39
3.4.9啟發式演算法的驗證∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙43
3.4.9.1簡例二說明∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙43
3.4.9.2簡例二之結果分析-LINGO 10.0 ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙45
3.4.9.3簡例二之演算過程與結果分析-啟發式演算法∙∙∙∙∙∙∙∙∙∙∙∙∙ 46
3.5基因演算法之建構∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙52
3.5.1染色體的編碼∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙52
3.5.2適合度函數值∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙53
3.5.3複製∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙53
3.5.4交配∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙54
3.5.5突變∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙55
3.5.6菁英政策∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙56
3.5.7終止條件∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙56
3.5.8基因演算法求解步驟及流程∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙56
四、參數設定與例題測試∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙59
4.1測試題庫∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙59
4.2參數設定∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙61
4.2.1啟發式演算法-參數設定∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙61
4.2.1.1初始母體數、收斂條件、停止條件∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙61
4.2.2基因演算法-參數設定∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙64
4.2.1.1母體數、交配率、突變率、世代
∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙64
4.3數值範例求解結果∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙68
4.4啟發式演算法演化機制分析∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙71
4.4.1指派法則之績效分析∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙71
4.4.2半群體重生法與移步之績效分析∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙73
4.5參數敏感度分析∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙76
五、結論與建議∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙84
5.1結論∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙84
5.2未來研究方向∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙85
參考文獻∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙86
附錄一:LINGO範例題目(一)測試∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙88
附錄二:LINGO範例題目(二)測試∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙92
附錄三:測試範例之相關數據∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙96
附錄四:測試範例結果之示意圖∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙111
1.林宏晉,2004,不確定因素考量下之都市鄰里公園區為選擇研究,私立朝陽科技大學,建築及都市設計研究所碩士論文。
2.蔡麗敏,2000,廢輪胎處理廠區位指派與運送路線選擇之研究,國立交通大學,交通運輸研究所碩士論文。
3.美國逆向物流協會網站,http://www.rlec.org。
4.行政院環保署資源回收網站,http://recycle.epa.gov.tw/。
5.兒童環保教育網站,http://www.epa.gov.tw/kids/new/01c07.htm。
6.Alminyana, M., Borras, F. and Pastor, J.T., 1998, “A new directed branching heuristic for the pq-median problem”, Location Science. Vol.6, pp1-23.
7.Barros, A.I., Dekker, R. and Scholten, V., 1998, “A two-level network for recycling sand: A case study”, European Journal of Operational Research, Vol.110, pp199-214.
8.Bautista, J. and Pereira, J., 2006, “Modeling the problem of locating collection areas for urban waste management. An application to the metropolitan area of Barcelona”, Omega, Vol.34, pp617-629.
9.Fleischmann, M., 2001, “The impact of product recovery on logistics network design”, Production & Operations Management, Vol.10, pp156-173.
10.Hanlon, G.., Calub, L. and Peterson, M., 2001, “Sighting land for drop-off recycling”, Resource recycling, Vol.19, pp11-14.
11.Louwers, D., Kip, B.J., Peters, E., Souren, F. and Flapper, S.D.P., 1999, “A facility location allocation model for reusing carpet materials”, Computers & Industrial Engineering, Vol.36, pp855-869.
12.Lieckens, K. and Vandaele, N., 2007, “Reverse logistics network design with stochastic lead times”, Computers & Operations Research, Vol.34, pp395-416.
13.Lu, Z. and Bostel, N., 2007, “A facility location model for logistics systems including reverse flows: The case of remanufacturing activities”, Computers & Operations Research, Vol.34, pp299-323.
14.Marin, A. and Pelegrin, B., 1998, “The return plant location problem: Modeling and resultion”, European Journal of Operational Research, Vol.104, pp375-392.
15.Min, H., Ko, H. J. and Ko, C. S., 2006, “Agenetic algorithm approach to developing the multi-echelon reverse logistics network for product returns”, Omega, Vol.34, pp56-69.
16.Owen, S.H. and Daskin, M.S., 1998, “Strategic facility location: A review”, European Journal of Operational Research, Vol.111, pp423-447.
17.Shih, L.H., 2001, “Reverse logistics system planning for recycling electrical appliances and computers in Taiwan”, Resources, Conservation and Recycling, Vol.32, pp55-72.
18.Salema, M. I. G., Barbosa-Povoa, A. P. and Novais, A. Q., 2007, “An optimization model for the design of a capacitated multi-product reverse logistics network with uncertainty”, European Journal of Operational Research, Vol.179, pp1063-1077.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊