定位-运输路线安排问题的遗传算法研究

来源 :计算机工程与应用 | 被引量 : 0次 | 上传用户:zq867123
下载到本地 , 更方便阅读
声明 : 本文档内容版权归属内容提供方 , 如果您对本文有版权争议 , 可与客服联系进行内容授权或下架
论文部分内容阅读
定位—运输路线安排问题(LRP)是分销网络设计和物流管理决策中的难题。由于LRP是NP-complete问题,对它的求解方法大多局限于将其分解为定位—分配问题和车辆运输路线安排问题,或者是基于这种分解思想。文章通过对遗传算法(GA)中树编码、免疫遗传算法以及GA阶段进化策略深入地分析和研究,构建了定位—运输路线安排问题的遗传算法,它与以往算法最大的不同点就是并没有基于两阶段求解的思路,而是将LRP的解看作一个整体,从而减小了在进化过程中停滞于局部最优解的概率,提高了GA的计算效率和计算速度。文中详细叙述了针对LRP问题的树编码、交叉、变异、爬山、免疫、合并小路线等各种算子设计过程,并利用一实例来验证算法的可行性。该算法为LRP问题以及相关大规模组合优化问题的求解开辟了一个新的思路,同时也为GA中树编码在实际中应用做了有益的尝试。 Positioning - Routing Problem (LRP) is a challenge in distribution network design and logistics management decisions. Because LRP is an NP-complete problem, its solution is mostly limited to its decomposition into positioning-distribution problems and vehicle routing problems, or based on this idea of ​​decomposition. By analyzing and studying the genetic algorithm (GA) tree coding, immune genetic algorithm and GA evolution strategy, the article builds a genetic algorithm for the location-routing problem. The biggest difference between this algorithm and the previous one is that it is not based on the genetic algorithm Instead, the idea of ​​LRP is considered as a whole, so as to reduce the probability of stagnation in the local optimal solution in the evolutionary process and improve the computational efficiency and computational speed of GA. In this paper, we describe in detail the design process of various operators such as tree coding, crossover, mutation, hill climbing, immunity, merging small routes and so on, and verify the feasibility of the algorithm by using an example. The algorithm opens up a new idea for solving LRP problems and related large-scale combinatorial optimization problems, and also makes a useful attempt for practical application of tree coding in GA.
其他文献
两千多年前的西汉时代,有一个人,原本是一方诸侯王,忽然得到消息要做皇帝,开心地来到首都长安,可只当了27天皇帝,就被赶下龙椅,最终被贬为“海昏侯”,在蛮荒之地聊度余生。今天,这个人的陵墓已经被找到,里面的各种国宝文物令世界瞠目结舌!  南昌有座大古墓  南昌市新建区大塘坪乡观西村附近山上,自古以来就有大片墓地。谁也不知道这片墓地属于哪位古人,但都传说墓主人生前肯定是了不得的人物。  2011年3月
课堂是大学英语教学最重要的场所,课堂活动是教学成做好充分的事前准备,活动目标明确,灵活机动,密切结合实际情况,事后还要积极反思,才能不断改进,取得理想的效果.
通过实施无形资产战略,实现无形资产的运动与增值,发挥无形资产的凝聚作用,可以有效促进国内饭店集团的发展.本文主要论述了饭店集团如何实施无形资产战略以及如何通过基因置
数据挖掘技术已在误用检测和异常检测中得到应用。论文介绍了数据挖掘在入侵检测系统研究中的一些关键的技术问题,包括规则挖掘算法、属性集的选择和精简、模糊数据挖掘等。最
PVM并行虚拟机是一种广为使用的分布并行消息库,使用进程作为并行任务的基本单位。但是PVM不支持安全的线程机制。在研究借鉴先前研究经验的基础上,研究支持PVM线程安全的机制,