最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

蚁群算法在车辆路径优化中的应用毕业设计论文

IT圈 admin 38浏览 0评论

2024年4月21日发(作者:系贤)

蚁群算法在车辆路径优化中的应用毕业设

计论文

蚁群算法在车辆路径优化中的应用毕业设计论文 本科

毕业生设计(论文) 毕 业 设 计(论 文) 题目:

蚁群算法在车辆路径优化中的应用 姓 名 学 号

所在学院 湖北工业大学 专业班级 09计职1班

指导教师 日 期 2013 年 5 月 8 日 摘 要 许多实际工程

问题可以抽象为相应的组合优化问题,TSP问题是作为所有

组合优化问题的范例而存在的,它已成为并将继续成为测试

组合优化新算法的标准问题。

从理论上讲,使用穷举法可以求解出TSP问题的最优解;

但是对现有的计算机来说,让它在如此庞大的搜索空间中寻

求最优解,几乎是不可能的。

所以,各种求TSP问题近似解的算法应运而生了,本文所

描述的蚁群算法(AC)也在其中。

目前已出现了很多的启发式算法,而蚁群算法作为一种

新型的启发式算法,已成功地应用于求解TSP问题。

蚂蚁通过分泌信息素来加强较好路径上信息素的浓度,同

时按照路径上的信息素浓度来选择下一步的路径:

好的路径将会被越来越多的蚂蚁选择,因此更多的信息素将

会覆盖较好的路径;最终所有的蚂蚁都集中到了好的路径

上。

蚂蚁的这种基于信息素的正反馈原理正是整个算法的关

键所在。

本文介绍了基本蚁群算法概念、原理及蚁群算法的特点,

再根据蚁群算法的缺点做出了优化。

采用轮盘赌选择代替了基本框架中通过启发式函数和信

息素选择路径,改进蚁群算法的信息素传递参数,让整个算

法更快速的找到最优解。

其次,采用最大最小优化系统限制最大值和最小值,让整

个系统更快收敛,得到最优解。

关键字:

蚁群算法,TSP问题,启发式函数,轮盘算法,最大最小优

化 ABSTRACT Many practical engineering problems can be

abstracted as corresponding combinatorial optimization problem,

TSP problem is an example of all as a combinatorial

optimization problem, it has become and will continue to be a

new combinatorial optimization algorithm of standard test

problems. In theory, using the exhaustion method can solve the

TSP problem optimal solution; But for the existing computer, let

it in such a large search space to seek the optimal solution, it is

almost impossible. So, all kinds of algorithm arises at the

historic moment, the approximate solution of the TSP problem

described in this paper, ant colony algorithm (AC) is among

2024年4月21日发(作者:系贤)

蚁群算法在车辆路径优化中的应用毕业设

计论文

蚁群算法在车辆路径优化中的应用毕业设计论文 本科

毕业生设计(论文) 毕 业 设 计(论 文) 题目:

蚁群算法在车辆路径优化中的应用 姓 名 学 号

所在学院 湖北工业大学 专业班级 09计职1班

指导教师 日 期 2013 年 5 月 8 日 摘 要 许多实际工程

问题可以抽象为相应的组合优化问题,TSP问题是作为所有

组合优化问题的范例而存在的,它已成为并将继续成为测试

组合优化新算法的标准问题。

从理论上讲,使用穷举法可以求解出TSP问题的最优解;

但是对现有的计算机来说,让它在如此庞大的搜索空间中寻

求最优解,几乎是不可能的。

所以,各种求TSP问题近似解的算法应运而生了,本文所

描述的蚁群算法(AC)也在其中。

目前已出现了很多的启发式算法,而蚁群算法作为一种

新型的启发式算法,已成功地应用于求解TSP问题。

蚂蚁通过分泌信息素来加强较好路径上信息素的浓度,同

时按照路径上的信息素浓度来选择下一步的路径:

好的路径将会被越来越多的蚂蚁选择,因此更多的信息素将

会覆盖较好的路径;最终所有的蚂蚁都集中到了好的路径

上。

蚂蚁的这种基于信息素的正反馈原理正是整个算法的关

键所在。

本文介绍了基本蚁群算法概念、原理及蚁群算法的特点,

再根据蚁群算法的缺点做出了优化。

采用轮盘赌选择代替了基本框架中通过启发式函数和信

息素选择路径,改进蚁群算法的信息素传递参数,让整个算

法更快速的找到最优解。

其次,采用最大最小优化系统限制最大值和最小值,让整

个系统更快收敛,得到最优解。

关键字:

蚁群算法,TSP问题,启发式函数,轮盘算法,最大最小优

化 ABSTRACT Many practical engineering problems can be

abstracted as corresponding combinatorial optimization problem,

TSP problem is an example of all as a combinatorial

optimization problem, it has become and will continue to be a

new combinatorial optimization algorithm of standard test

problems. In theory, using the exhaustion method can solve the

TSP problem optimal solution; But for the existing computer, let

it in such a large search space to seek the optimal solution, it is

almost impossible. So, all kinds of algorithm arises at the

historic moment, the approximate solution of the TSP problem

described in this paper, ant colony algorithm (AC) is among

发布评论

评论列表 (0)

  1. 暂无评论