文件名称:TSP
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-03-20
- 文件大小:
- 36kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
人工智能中的经典算法,TSP模拟退火算法。本程序简单实现了的用模拟退火算法实现了旅行商问题。只需在文本cities中输入各个城市之间的距离,运行程序后就可以求出旅行各个城市的最短距离。适合学习人工智能和对该算法有兴趣的同学使用。-Classic artificial intelligence algorithm, TSP simulated annealing algorithm. The program is simple to achieve with simulated annealing algorithm for traveling salesman problem. Simply enter the distance between the various cities in the text cities after running the program can be calculated in various cities of the travel the shortest distance. Use for learning students who are interested in artificial intelligence and the algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TSP\Backup\Cities.txt
...\......\Program.cs
...\......\...perties\AssemblyInfo.cs
...\......\TravellingSalesmanProblem.cs
...\......\TSP.csproj
...\......\TSP.sln
...\......\TSP.suo
...\bin\Debug\Cities.txt
...\...\.....\TSP.exe
...\...\.....\TSP.pdb
...\...\.....\TSP.vshost.exe
...\Cities.txt
...\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
...\...\.....\TSP.csproj.FileListAbsolute.txt
...\...\.....\TSP.exe
...\...\.....\TSP.pdb
...\Program.cs
...\...perties\AssemblyInfo.cs
...\TravellingSalesmanProblem.cs
...\TSP.csproj
...\TSP.sln
...\TSP.suo
...\UpgradeLog.XML
...\_UpgradeReport_Files\UpgradeReport.css
...\....................\UpgradeReport.xslt
...\....................\UpgradeReport_Minus.gif
...\....................\UpgradeReport_Plus.gif
...\obj\Debug\TempPE
...\Backup\Properties
...\bin\Debug
...\...\Release
...\obj\Debug
...\Backup
...\bin
...\obj
...\Properties
...\_UpgradeReport_Files
TSP