文件名称:TSP

介绍说明--下载内容均来自于网络,请自行研究使用

模拟退火算法求解旅行商问题

程序使用的参数说明:初始温度的选取方法:取一个确定值:280度  

状态被接受的条件:如果delta f < 0, 则At = 1,否则At = exp(-delta f / t)

降温算法:采用等比例下降的方法,比例系数为0.95

同一温度内计算结束的条件:  在每个温度下采用固定的迭代次数,Lk=100n,n为城市数;

算法结束条件:

  当相邻三个温度得到的解无任何变化时算法停止。

-Simulated annealing algorithm for solving traveling salesman problem

Procedures for the use of the parameters: initial temperature selection method: take a determined value: 280 degrees

The state accepted the condition: if delta f < 0, At = 1, if At = exp (- delta f/T )

Cooling algorithm: the proportion of dropping method, the proportion coefficient is 0.95

The same temperature calculation of end conditions: at each temperature using a fixed number of iterations, Lk = 100N, n city number

Algorithm of end conditions:

When three adjacent temperature of the solution without any changes in the algorithm to stop.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

TSP.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org