Welcome![Sign In][Sign Up]
Location:
Search - TSP

Search list

[Internet-Network遗传算法解决TSP问题

Description: 大家好!这是一个由VC编写的遗传算法解决TSP问题的源代码,希望能初学者有所帮助!-everyone! This is a VC prepared by the Genetic Algorithm for the Traveling Salesman Problem source code, hope to help beginners!
Platform: | Size: 60416 | Author: 舒小敏 | Hits:

[AI-NN-PRdelphi tsp

Description: 一个求解TSP问题的例子,用delphi编写.有很好的参考价值 -a TSP example, prepared with delphi. A very good reference value
Platform: | Size: 349184 | Author: yy | Hits:

[Data structs用分枝定界法求解TSP

Description: 分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
Platform: | Size: 163840 | Author: yy | Hits:

[Special EffectsTSP遗传算法程序

Description: 基于遗传算法的TSP实现,包含仿真出的图像路线图-based on genetic algorithm to achieve the TSP, including simulation of the road map images
Platform: | Size: 134144 | Author: 王月 | Hits:

[Windows Develop模拟退火算法求解TSP问题

Description: 模拟退火算法求解TSP问题,希望对大家有所帮助-simulated annealing algorithm for TSP, we hope to help
Platform: | Size: 615424 | Author: 闽红 | Hits:

[matlab遗传算法求解TSP问题

Description: 基本遗传算法求解TSP问题,只需给出城市间距离矩阵和初始参数即可进行计算。-basic genetic algorithm for TSP, is only inter-city distance matrix and the initial parameters can be calculated.
Platform: | Size: 9216 | Author: | Hits:

[Mathimatics-Numerical algorithms用递归解决tsp问题

Description: TSPTM是一种用于经济模型估算和模拟的完整语言。它是一个用于经济估算的世界标准。虽然TSP主要由经济学家开发并发展,但它的设计并没仅把它限制在经济领域。任何由相同变量的重复观测得到的数据,都可用TSP分析-TSPTM is an economic model for estimation and simulation of a complete language. It is an estimate for the world economy standards. Although the TSP mainly by the development economists and development, but its design does not limit it to only in the economic field. Any repeat of the same variables observed in the data analysis are available TSP
Platform: | Size: 10240 | Author: 许桂艳 | Hits:

[Data structs分支限界算法求解TSP问题

Description: 本程序用分支界限方法解决TSP问题,即旅行商问题.-the procedures used branch line solution to TSP, the traveling salesman problem.
Platform: | Size: 23552 | Author: chen | Hits:

[Data structs近邻算法求解TSP问题

Description: 本程序用另外一种算法即近邻算法解决TSP,即旅行商问题,请高手指教.-this procedure with the other algorithms that solve the TSP neighbor algorithm, the traveling salesman problem, experts advise.
Platform: | Size: 12288 | Author: chen | Hits:

[AI-NN-PRtsp(2)

Description: 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
Platform: | Size: 1171456 | Author: 叶靥 | Hits:

[AI-NN-PR一些解决TSP问题的算法及源代码模拟退火算法

Description: 一些模拟退火算法及元代码,可以用于解决TSP问题的等,我已经验证过了 可以的,速度比较快,大家可以下载试试! -some simulated annealing yuan and the code can be used to solve problems such as TSP, I can be tested, and faster speed, you can download a try!
Platform: | Size: 39936 | Author: 刘三 | Hits:

[AI-NN-PRTSP.ZIP

Description: 用pascal写的hopfield神经网络解决TSP问题的代码。-with the neural network solution hopfield TSP code.
Platform: | Size: 15360 | Author: 刘洋 | Hits:

[AI-NN-PR遗传算法解TSP

Description: 实现用固定变异概率和自适应变异概率解tsp问题的比较,自适应式算法采用基于种群差异度的自适应算法,详见实验报告-achieve fixed mutation probability and Adaptive Solutions tsp mutation probability of comparison, Adaptive Algorithm-based differences in the populations adaptive algorithm, as detailed experimental report
Platform: | Size: 2419712 | Author: 叶靥 | Hits:

[AI-NN-PRtsp-som

Description: 一个java的小程序,用SOM网络解决的是TSP问题.问题的大小可以自由变化,随机生成权值-a small program that will solve the SOM is TSP. The size of the problem can freely change randomly generated weights
Platform: | Size: 26624 | Author: 于帆 | Hits:

[OtherTSP(matlab)

Description: 这是 关于tsp问题的原码。 请各位大虾指正。谢谢, -on tsp This is the original code. Please correct me prawns. Thank you.
Platform: | Size: 1024 | Author: 焦建功 | Hits:

[OtherTSP-matlab

Description: 这个是TSP问题的matlab程序求解,请过目!-the TSP is the procedure for Matlab, please read!
Platform: | Size: 4096 | Author: 李序 | Hits:

[MPItsp-mpi

Description: 关于tsp问题的基于windows环境下的mpi实现源代码。-tsp of the windows environment based on the realization of the source code mpi.
Platform: | Size: 4096 | Author: 潘小雨 | Hits:

[AI-NN-PRTSP(C++)

Description: 遗传算法解决TSP问题C++源码,内有详细中文注释及城市距离矩阵生成工具[VC++]-genetic algorithm to solve TSP C source code, have detailed notes and urban Chinese distance matrix generation tools [VC]
Platform: | Size: 14336 | Author: 才华 | Hits:

[AI-NN-PRSimulatedAnnealing(TSP)CSHARP

Description: 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。-use c# language simulated annealing, while using the algorithm to solve traveling salesman (TSP). access to the serial numbers of all the cities traverse the optimal path.
Platform: | Size: 131072 | Author: linvg | Hits:

[Mathimatics-Numerical algorithmsPSO-ACO-TSP

Description: PSO-ACO-TSP算法,解决旅行商问题,结合PSO和ACO算法-PSO- ACO- TSP algorithm to solve the traveling salesman problem, and with PSO and ACO Algorithm
Platform: | Size: 68608 | Author: liangwei | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net