- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
模拟退火算法的研究及应用
模拟退火算法的研究及应用
摘要
在前几年,模拟退火算法备受关注,不仅是因为极强的实用性,还有其极佳的性能变现。
模拟退火算法思想最早是在1953 年由Metropolis 提出,在1983 年被Kirkpatrick 等人成功
在组合优化领域,模拟退火算法对解决函数优化等问题具有很好的表现。
本文中主要分四个章节进行阐述,介绍了模拟退火算法的基本思想,以及举例说明了模
拟退火算法在TSP 问题中的应用。在讲述退火算法的原理之前,首先介绍爬山算法,便于区
别两种算法之间的差异,从而增强对模拟退火算法的理解。同时,本文还介绍了改进模拟退
火算法的常用措施,从而提高算法的效率。最后,通过举例说明如何应用该算法解决具体问
题,求解全局最优解。
关键字:模拟退火算法、优化、最优解、TSP
Abstract
In previous years, simulated annealing algorithms attracted much attention, not only
because of their strong practicality, but also because of their excellent performance. The idea
of simulated annealing algorithm was first proposed by Metropolis in 1953. In 1983,
Kirkpatrick successfully applied it in the field of combinatorial optimization. The simulated
annealing algorithm performs well in solving the problem of function optimization.
This paper consists of four chapters, and mainly introduces the basic idea of simulated
annealing algorithm, and illustrates the application of simulated annealing algorithm in TSP.
Before describing the principle of annealing algorithm, we first introduce the hill-climbing
algorithm, which makes it easy to distinguish the differences between the two algorithms and
enhance the understanding of the simulated annealing algorithm. At the same time, this
article also introduces the commonly used measures to improve the simulated annealing
algorithm, so as to improve the efficiency of the algorithm. Finally, the global optimal solution
is solved by illustrating how to apply the algorithm to solve specific problems.
Keywords: simulated annealing algorithm, optimization, optimal solution, TSP
一、绪论
模拟退火算法是近年来在国内外都比较受关注的算法。它的思想最早在 1953 年由
Metropolics 提出,在 1983 年被 Kirkpatrick 等人成功引入组合优化领域。模拟退火算法具有
较强的实用性,对于寻找问题最优解、NP 问题上,函数优化
文档评论(0)