文件名称:MNTH_TSP

  • 所属分类:
  • 数学计算/工程计算
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2016-05-06
  • 文件大小:
  • 671kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 墨*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

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

1. 本程序使用模拟退火算法解决TSP问题

  a) 初始温度确定方法

    选取任意状态为初始状态。以1为起始温度,不断升温,直到模拟所得接受概率大于90 ;

  b) 温度下降

    温度下降系数为 0.95;

  c) 每一温度迭代

    选取固定迭代次数 100 * n;

  d) 终止条件

    温度下降次数到达 800,或某一温度下解不发生改变;

2. 本机运行及编译环境

  win7 旗舰版 SP1

  MINGW g++ 4.8.1

  

-Simulated Annealing Traveling Salesman Problem

1. This program uses the simulated annealing algorithm to solve TSP problem

a) determining the initial temperature method

Select any state to the initial state. 1 as the starting temperature, heats up, until the resulting analog acceptance probability greater than 90 

b) the temperature drops

Temperature drop coefficient of 0.95

c) Each iteration temperature

Select a fixed number of iterations 100* n

d) the termination condition

The temperature drops to reach the number of 800, or at a temperature solution does not change

2. Run the machine and compiler environment

win7 Ultimate SP1

MINGW g++ 4.8.1
(系统自动生成,下载前可以参看下载内容)

下载文件列表





MNTH_TSP

........\code

........\....\bin

........\....\...\10.out

........\....\...\20.out

........\....\...\main.exe

........\....\...\start.bat

........\....\...\TSP10.txt

........\....\...\TSP20.txt

........\....\lib

........\....\Readme.txt

........\....\src

........\....\...\10.out

........\....\...\20.out

........\....\...\26.out

........\....\...\main.cpp

........\....\...\main.exe

........\....\...\run10.bat

........\....\...\run20.bat

........\....\...\run26.bat

........\....\...\start.bat

........\....\...\TSP10.txt

........\....\...\TSP20.txt

........\....\...\TSP26.txt

........\homework3.pdf

........\TSP10.txt

........\TSP20.txt

相关说明

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

相关评论

暂无评论内容.

发表评论

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

源码中国 www.ymcn.org