研究生: |
李陟 Li, Chi |
---|---|
論文名稱: |
基於退火演算法之複合型電動車隊最佳路徑規劃 Optimal Route Planning of Hybrid-Electric-Energy Vehicle Fleet Based on the Simulated Annealing Algorithm |
指導教授: |
陳美勇
Chen, Mei-Yung 洪翊軒 Hung, Yi-Hsuan |
口試委員: |
陳美勇
Chen, Mei-Yung 洪翊軒 Hung, Yi-Hsuan 蔣欣翰 Chiang, Hsin-Han |
口試日期: | 2024/07/16 |
學位類別: |
碩士 Master |
系所名稱: |
機電工程學系 Department of Mechatronic Engineering |
論文出版年: | 2025 |
畢業學年度: | 113 |
語文別: | 中文 |
論文頁數: | 110 |
中文關鍵詞: | 最佳路徑規劃 、車輛途程問題 、能量管理策略 、模擬退火演算法 |
英文關鍵詞: | Optimal Path Planning, Vehicle Routing Problem, Energy Management Strategy, Simulated Annealing Algorithm |
研究方法: | 實驗設計法 |
DOI URL: | http://doi.org/10.6345/NTNU202500468 |
論文種類: | 學術論文 |
相關次數: | 點閱:23 下載:0 |
分享至: |
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報 |
本研究旨於開發基於退火演算法之複合型電動車隊最佳路徑規劃,首先利用先進車輛模擬軟體Advisor(Advanced Vehicle Simulator)中的車輛系統數據資料庫,將既有的車體參數、電動馬達數據、儲能系統數據、車輛傳動系統等,與本研究所參照的物流車型中華菱利電動車E300廂型車,建構出所需之整車系統模型,接續為電力源尺寸度數選配及整車系統能量管理,求得以34.28(kWh)之鋰三元電池搭配8.32(kWh)之磷酸鋰鐵電池作為本研究物流電動車之複合電力源,最終透過逐一調整距離及載重參數,記錄所對應之能耗,得到一距離/載重/能耗多維表。
本研究設計基於最低能耗之車輛途程問題(Vehicle Routing Problem, VRP)數學模型: 本研究以先期路線規劃為主軸,探討車隊於單一物流中心出發前完成的路徑規劃,設計以最低能耗作為目標函數,探討具收貨順序限制之VRP及不具收貨限制之VRP。配送車輛由物流中心出發,依序至各客戶點完成收貨服務再回到物流中心,每個客戶點的收貨量為確定值,每個客戶點只由一臺車輛服務一次,不可有重複服務的情況。
本文使用模擬退火演算法作最佳化路徑規劃,該演算法透過多次迭代,不斷生成鄰域解並根據接受準則選擇新的解,逐步尋找最低能耗的路徑,此演算法的核心在於模擬物理退火過程中的緩慢降溫,以利在全局範圍內找到最佳解,於本研究用以搜尋物流車輛執行收貨服務時,能根據最低能耗為目標作路徑規劃。
本文探討收貨順序限制對於能耗之影響,透過所設計基於最低能耗之VRP數學模型中,限制物流車之收貨順序需依貨物重量輕重依序收取,對固定8、10、14個客戶數分別搭配不同數量之電動物流車,分析有無載貨順序限制對能耗表現之影響,透過實驗結果得知,於8個客戶點時,分配3、4、5臺車輛進行收貨服務,在無限制載貨順序時,能耗較有限制載貨順序時能耗可改善0.07%-2.07%;於10個客戶點時,分配2、3、4臺車輛進行收貨服務,在無限制載貨順序時,能耗較有限制載貨順序時能耗可改善1.66%-14.17%;於14個客戶點時,分配3、4、5、6臺車輛進行收貨服務,在無限制載貨順序時,能耗較有限制載貨順序時能耗可改善0.08%-12.23%。比較使用SA於無限制載貨順序及RB此兩種路徑規劃策略之結果,於固定8個客戶數分別搭配3、4、5臺電動物流車,SA較RB可分別改善14-19%;於固定10個客戶數分別搭配2、3、4臺電動物流車,SA較RB可分別改善22-29%;於固定14個客戶數分別搭配3、4、5、6臺電動物流車,SA較RB可分別改善29-33%。未來將加入動態即時路徑規劃及其他限制條件,並應用於實際地圖模型作物流車隊最佳路徑規劃。
This study aimed to develop an optimized routing plan for a hybrid-electric-energy vehicle fleet based on the simulated annealing algorithm. Firstly, used the vehicle system data database from the Advanced Vehicle Simulator (Advisor), the existed vehicle parameters, electric motor data, energy storage system data, and vehicle transmission system were integrated with the logistics vehicle model, the Mitsubishi EV E300 van, to constructed the necessary full-vehicle system model. Subsequently, the selection of power source sizing and full-vehicle system energy management was carried out, resulting in the combination of a 34.28 kWh lithium battery and an 8.32 kWh LFP battery (lithium iron phosphate, LFP) as the hybrid energy source for the logistics electric vehicle. Finally, by iteratively adjusting distance and load parameters, the corresponding energy consumption was recorded, resulting in a distance/load/energy consumption multi-dimensional table.
This study designed a mathematical model for the Vehicle Routing Problem (VRP) based on the objective of minimum energy consumption: The study focused on pre-route planning, exploring the route planning completed by the fleet before departing from a single logistics center, with the objective function of minimizing energy consumption. It investigated the VRP with and without pickup order constraints. Delivery vehicles depart from the logistics center, complete pickup services at each customer point sequentially, and return to the logistics center. Each customer point had a fixed pickup quantity, and each customer point was serviced only once by one vehicle, with no repeated services allowed.
The simulated annealing algorithm was used for optimal route planning in this study. The algorithm generated neighboring solutions through multiple iterations and selects new solutions based on acceptance criteria, gradually seeking the route with the minimum energy consumption. The core of this algorithm lied in simulating the slow cooling process of physical annealing to facilitate finding the optimal solution globally, and it was used in this study to plan routes for logistics vehicles executing pickup services based on the objective of minimum energy consumption.
This study examined the impact of pickup order constraints on energy consumption. Through the designed VRP mathematical model based on minimum energy consumption, it restricted the pickup order of logistics vehicles to be sequential according to the weight of the goods. For fixed numbers of 8, 10, and 14 customers, different quantities of electric logistics vehicles were paired to analyze the impact of pickup order constraints on energy performance. Experimental results showed that for 8 customer points, assigning 3, 4, and 5 vehicles to perform pickup services, the energy consumption without pickup order constraints is improved by 0.07%-2.07% compared to with pickup order constraints. For 10 customer points, assigning 2, 3, and 4 vehicles to perform pickup services, the energy consumption without pickup order constraints was improved by 1.66%-14.17% compared to with pickup order constraints. For 14 customer points, assigning 3, 4, 5, and 6 vehicles to perform pickup services, the energy consumption without pickup order constraints was improved by 0.08%-12.23% compared to with pickup order constraints. In the future, dynamic real-time route planning and other constraints will be added, and the model will be applied to actual map models for optimal route planning of logistics fleets.
International Energy Agency, “CO_2 emissions from fuel combustion: overview,” IEA, Paris, France, 2017
International Energy Agency, “CO_2 emissions in 2022,” IEA, Paris, France, 2023
F. Schenuit, “Staging science: Dramaturgical politics of the IPCC's Special Report on 1.5˚C,” Environmental Science & Policy, vol.139, pp.166-176, 2023.
Intergovernmental Panel on Climate Change, “AR6 Synthesis Report: Climate Change 2023,” IPPC, 2023.
Y. Yang, S. Xia, P. Huang, J. Qian, “Energy transition: Connotations, mechanisms and effects,” Energy Strategy Reviews, vol.52, 101320, 2024.
S. Qahtan, H. A. Alsattar, A. A. Zaidan, D. Pamucar, M. Deveci, “Integrated sustainable transportation modelling approaches for electronic passenger vehicle in the context of industry 5.0,” Journal of Innovation & Knowledge, vol.7, Issue.4, 100277, 2022.
B. O. Parlak, H. A. Yavasoglu, H. G. Ozcan, “In-depth analysis of battery life enhancement in solar-assisted fuel-cell range-extender vehicles,” International Journal of Hydrogen Energy, vol.67, pp.1033-1043, 2024.
K. P. M. Y. V. Dathu, R. Hariharan, “Modelling of plug-in hybrid electric vehicle (PHEV) with multi source,” Materialstoday Proceedinds, vol.44, pp.4020-4023, 2021.
T. Lu, E. Yao, F. Jin, Y. Yang, “Analysis of incentive policies for electric vehicle adoptions after the abolishment of purchase subsidy policy,” Energy, vol. 239, 122136, 2022.
International Energy Agency, “Global EV Outlook 2024,” IEA, Paris, France, 2024
International Transport Forum, “ITF Transport Outlook 2023,” ITF, 2023
經濟部能源局,「2022年燃料燃燒之二氧化碳排放統計與分析」,2023
T. Yu, X. Li, B. Wang, W. Shi, “Quantitative analysis of factors contributing to driving range degradation of battery electric vehicles,” Applied Thermal Engineering, vol. 250, 123520, 2024.
J. Dai, S. Yang, Y. Yang, Q. Fang, “Research on the consequences of hydrogen leakage and explosion accidents of fuel cell vehicles in underground parking garages,” International Journal of Hydrogen Energy, vol.77, pp.1296-1306, 2024.
R. Zahedi, A. A. Pourezzat, M. Jafari, “Hybrid energy storage system for electric motorcycles: Technical and economic analysis,” Case Studies in Thermal Engineering, vol.60, pp.104613, 2024.
A. Allouhi, S. Rehman, “Grid-connected hybrid renewable energy systems for supermarkets with electric vehicle charging platforms: Optimization and sensitivity analyses,” Energy Reports, vol.9, pp.3305-3318, 2023.
H. Jondhle, A. B. Nandgaonkar, S. Nalbalwar, S. Jondhle, “An artificial intelligence and improved optimization-based energy management system of battery-fuel cell-ultracapacitor in hybrid electric vehicles,” Journal of Energy Storage, vol.74, 109079, 2023.
S. F. Tie, C. W. Tan, “A review of energy sources and energy management system in electric vehicles,” Renewable and Sustainable Energy Reviews, vol.20, pp.82-102, 2013.
D. Tang, Z. Zhang, L. Hua, J. Pan, Y. Xiao, “Prediction of cold start emissions for hybrid electric vehicles based on genetic algorithms and neural networks,” Journal of Cleaner Production, vol.420, 138403, 2023.
W. Du, J. Ma, W. Yin, “Orderly charging strategy of electric vehicle based on improved PSO algorithm,” Energy, vol.271, 127088, 2023.
A. Urooj, A. Nasir, “Review of intelligent energy management techniques for hybrid electric vehicles,” Journal of Energy Storage, vol.92, 112132, 2024.
C. P. Sahwal, S. Sengupta, T. Q. Dinh, “Advanced Equivalent Consumption Minimization Strategy for Fuel Cell Hybrid Electric Vehicles,” Journal of Cleaner Production, vol.437, 140366, 2024.
Mordor Intelligence, “Light Commercial Vehicle (LCV) Market - Growth, Trends, and Forecasts (2023 - 2028),” Mordor Intelligence, 2023
W. Yang, J. Ma, A. Fan, J. Zhang, Y. Pan, “Effectiveness of policies for electric commercial vehicle adoption and emission reduction in the logistics industry,” Energy Policy, vol.188, 114116, 2024.
X. Li, S. Zhang, P. Shao, “Discrete artificial bee colony algorithm with fixed neighborhood search for traveling salesman problem,” Engineering Applications of Artificial Intelligence, vol.131, 107816, 2024.
S. Linganathan, P. Singamsetty, “Genetic algorithm to the bi-objective multiple travelling salesman problem,” Alexandria Engineering Journal, vol.90, pp. 98-111, 2024.
Z. Lei, J. K. Hao, “An effective memetic algorithm for the close-enough traveling salesman problem,” Applied Soft Computing, vol.153, 111266, 2024.
C. Bolaños, B. Rojas, R. S. Cabrera, G. R. González, Á. P. Cruz, J. M. M. Molina, “Fleet management and control system for developing countries implemented with Intelligent Transportation Systems (ITS) services,” Transportation Research Interdisciplinary Perspectives, vol.16, 100694, 2022.
L. P. Prencipe, J. T. Essen, L. Caggiani, M. Ottomanelli, G. H. A. Correia, “A mathematical programming model for optimal fleet management of electric car-sharing systems with Vehicle-to-Grid operations,” Journal of Cleaner Production, vol.368, 133147, 2022.
P. Anttila, T. Nummelin, K. Väätäinen, J. Laitila, J. A. Ilomäki, A. Kilpeläinen, “Effect of vehicle properties and driving environment on fuel consumption and CO2 emissions of timber trucking based on data from fleet management system,” Transportation Research Interdisciplinary Perspectives, vol.15, 100671, 2022.
S. Elatar, K. Abouelmehdi, M. E. Riffi, “The vehicle routing problem in the last decade: variants, taxonomy and metaheuristics,” Procedia Computer Science, vol.220, pp.298-404, 2023.
A.L. Kok, E.W. Hans, J.M.J. Schutten, “Optimizing departure times in vehicle routes,” European Journal of Operational Research, vol.210, pp.579-587, 2011.
S. Liu, W. Huang, H. Ma, “An effective genetic algorithm for the fleet size and mix vehicle routing problems,” Transportation Research Part E: Logistics and Transportation Review, vol.45, Issue3, pp.434-445,2009.
Y. Xiao, Q. Zhao, I. Kaku, Y. Xu, “Development of a fuel consumption optimization model for the capacitated vehicle routing problem,” Computers & Operations Research, vol.39, Issue.7, pp.1419-1431,2012.
D. Bezzi, A. Ceselli, G. Righini, “A route-based algorithm for the electric vehicle routing problem with multiple technologies,” Transportation Research Part C: Emerging Technologies, vol.157, 104374,2023
N. Moradi, İ. Sadati, B. Çatay, “Last mile delivery routing problem using autonomous electric vehicles,” Computers & Industrial Engineering, vol.184, 109552, 2023.
梁祐嘉,「以移動式充電滿足電動物流車隊之用電需求」,國立中央大學,碩士論文,2022。
陳建良,「應用電池健康度因子於複合電力電動車輛之最佳化尺寸與能源管理控制器設計」,國立臺灣師範大學,碩士論文,2023。
J. Schneider, O. Teichert, M. Zähringer, G. Balke, M. Lienkamp, A. Salah, “The novel Megawatt Charging System standard: Impact on battery size and cell requirements for battery-electric long-haul trucks,” eTransportation, vol. 17, 100253, 2024.
M. A. Hannan, M. S. H. Lipu, A. Hussain, A. Mohamed, “A review of lithium-ion battery state of charge estimation and management system in electric vehicle applications: Challenges and recommendations,” Renewable and Sustainable Energy Reviews, vol. 78, pp. 834-854, 2017.
A. Marashli, A. I. Kassab, D. M. Allah, M. Shalby, A. Salah, “Numerical Life Cycle Assessment of Lithium Ion Battery, Li-NMC Type, integrated with PV system.,” Results in Engineering, 2024.
A. Nikolian, J. Jaguemont, J. D. Hoog, S. Goutam, N. Omar, P. V. D. Bossche and J. V. Mierlo, “Complete cell-level lithium-ion electrical ECM model for different chemistries (NMC, LFP, LTO) and temperatures (−5 °C to 45 °C) – Optimized modelling techniques,” Electrical Power and Energy Systems, vol.98, pp.133-146, 2018.
J. Becker, T. Nemeth, R. Wegmann and D. U. Sauer, “Dimensioning and Optimization of Hybrid Li-Ion Battery Systems for EVs,” World Electric Vehicle Journal, vol.9(2), pp.19, 2018.
臺北市都市發展局,「全市發展概況」,2024