Location:
Search - TSP
Search list
Description: c++实现的TSP求解程序,可以读取数据文件
Platform: |
Size: 18392 |
Author: chalila123@126.com |
Hits:
Description: Hopfield网络解决TSP问题的matlab求解,能出图的
Platform: |
Size: 1495 |
Author: t330481@163.com |
Hits:
Description: 利用Lingo解决TSP问题。。。
Platform: |
Size: 1572 |
Author: kangdewenwu |
Hits:
Description: 分支限界法求解TSP问题[15]
分支限界法类又称为剪枝限界法或分支定界法,它类似于回溯法,也是一种在问题的解空间树T上搜索问题解的算法。它与回溯法有两点不同:①回溯法只通过约束条件剪去非可行解,而分支限界法不仅通过约束条件,而且通过目标函数的限界来减少无效搜索,也就是剪掉了某些不包含最优解的可行解。②在解空间树上的搜索方式也不相同。回溯法以深度优先的方式搜索解空间树,而分支限界法则以广度优先或以最小耗费优先的方式搜索解空间树。分支限界法的搜索策略是:在扩展结点处,先生成其所有的儿子结点(分支),然后再从当前的活结点表中选择下一个扩展结点。为了有效地选择下一扩展结点,以加速搜索的进程,
在每一活结点处,计算一个函数值(限界),并根据这些已计算出的函数值,从当前活结点表中选择一个最有利的结点作为扩展结点,使搜索朝着解空间树上有最优解的分支推进,以便尽快地找出一个最优解。
Platform: |
Size: 1163094 |
Author: paul2204@qq.com |
Hits:
Description: tsp递归程序实现(Java)-tsp recursive program (Java)
Platform: |
Size: 3072 |
Author: 阿宝 |
Hits:
Description: 解TSP问题的遗传算法C语言程序-solution of TSP genetic algorithm C Programming Language
Platform: |
Size: 4096 |
Author: 刘鑫 |
Hits:
Description: 一种求解TSP的蚁群算法-a solution of TSP Ant Algorithm
Platform: |
Size: 35840 |
Author: 王涛 |
Hits:
Description: 解TSP问题的GA程序-solution of TSP procedures GA
Platform: |
Size: 4096 |
Author: 乐玉 |
Hits:
Description: C#版遗传算法解TSP问题-C# version Genetic Algorithm for the Traveling Salesman Problem
Platform: |
Size: 8192 |
Author: 黄瑞 |
Hits:
Description: 遗传算法在tsp中的应用-genetic algorithm in the application tsp
Platform: |
Size: 2048 |
Author: 梁白鸥 |
Hits:
Description: 神经网络中的tsp的模拟退火算法的matlab实现-neural network tsp of the simulated annealing algorithm to achieve the Matlab
Platform: |
Size: 3072 |
Author: 梁白鸥 |
Hits:
Description: tsp问题用神经网络方法解决-tsp uses neural network solution
Platform: |
Size: 1024 |
Author: 梁白鸥 |
Hits:
Description: 人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件-AI classic TSP's C language, and includes source code debugging process produces files
Platform: |
Size: 232448 |
Author: 谭旭刚 |
Hits:
Description: 人工智能经典问题TSP问题的Java实现,内含源程序和调试过程生成的文件-AI classic TSP Java realize that contains source and debugging process produces files
Platform: |
Size: 3072 |
Author: 谭旭刚 |
Hits:
Description: 对于具有一定规模的TSP问题的求解,至今没有较完善的求解办法。本程序是用遗传算法来求解TSP问题。-for a certain size of the TSP solution and there has been no better way to solve. This procedure is used genetic algorithms to TSP.
Platform: |
Size: 4096 |
Author: 阳光灿烂 |
Hits:
Description: 因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化-because recursive program run average efficiency are low, the procedure used java language to achieve TSP recursive process optimization
Platform: |
Size: 12288 |
Author: 我心飞扬 |
Hits:
Description: TSP算法,应用局部搜索法得到最优路径,已经经过优化。没有密码,可以使用,vc环境下使用。-TSP algorithm, using local search to be optimal path has been optimized. No password can be used, vc environments.
Platform: |
Size: 1357824 |
Author: 霍哲 |
Hits:
Description: 此文件是用VC编写的关于编译原理遗传算法用于tsp问题的研究-this document is prepared by the VC on the principle of genetic algorithms compiled for the study tsp
Platform: |
Size: 196608 |
Author: nyxz |
Hits:
Description: 基于C++开发的蚂蚁算法求解TSP的源程序。这种代码不多见哦,还不快下载。-C development based on the ant algorithm for TSP of the source. This code rare Oh, not faster download.
Platform: |
Size: 11264 |
Author: 周志连 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»