搜索资源列表
算法作业Traveler
- 研究生算法作业著名的旅行者问题-graduate algorithm operating famous Traveler Problem
30min
- 这是"旅行者"问题,为了上传这个东西我用了差不多30分钟,为什么找个代码来看看,学习一下都那么难?这个代码大家想要的话就下吧。-This is the "Traveler" problem, in order to upload this thing, I spent nearly 30 minutes, why find a code to look at and learn about all so difficult? The code you wa
simulated_annealing
- 人工智能问题,通过模拟退火算法实现旅行商问题,随机产生31个地址,计算旅行商走完的最短路径,并绘制路线图。作者:陈华昌-Using simulated annealing algorithm achive "traveler" problem.
tspsa
- 模拟退火算法用于解决“城市旅行者”问题的VC++源代码,对于理解模拟退火算法有很大的帮助!-Simulated annealing algorithm is used to solve the " Urban Traveler" problem VC++ source code, simulated annealing algorithm for the understanding of great help!
System.Algorithms
- Traveler salesman problem (Dijkstra)
sa
- c++编写的模拟退火算法旅行家问题,可以执行,包含源代码 -c++ written in the problem simulated annealing algorithm traveler, you can perform, including the source code
tTspSA-
- c++编写的模拟退火算法旅行家问题,可以执行,包含源代码 -c++ written in the problem simulated annealing algorithm traveler, you can perform, including the source code
traveler
- 旅行商问题的分支限界法 经典算法的JAVA实现-Traveling Salesman Problem classical branch and bound algorithm to achieve JAVA
traveler-problem
- 旅行者问题,求解图中最短距离,必须覆盖所有的节点-traveller problem , used to compute the shortest path
traveller
- JAVA的txt文件,解旅行家问题(TSP)的蛮力法问题-JAVA TXT file, the solution of the problem (TSP) traveler robust
shagnji
- 该程序用c++语言实现了算法设计学习中经典的0-1问题、旅行者最短路径问题。-The program c++ language to achieve a classic 0-1 in the algorithm design learning Traveler shortest path problem.
GP
- 遗传算法解决旅行家问题,列有城市坐标,最后算出最佳路线。-Traveler genetic algorithm to solve the problem, list of city coordinates, finally calculate the best route.
FinalTSp_Greddy
- 利用貪婪演算法計算TSP旅行家問題 已讀檔功能讀入座標-A greedy algorithm to calculate TSP traveler problem has read the file functions to read coordinates
tsp_hopfield
- 霍普菲尔德神经网络解决旅行商售货员问题代码共享-Hopfield neural network solves traveler salesman problem code sharing
chapter4
- 已知个城市的坐标,采用遗传算法求解旅行商问题,得到最短路径-Known a city coordinates, the use of genetic algorithm to solve the traveler problem, get the shortest path
GA_TSP
- matlab例程,基于遗传算法的旅行商问题,含有输入城市坐标的data,即可成功运行。-Matlab routines, based on genetic algorithm traveler problem, with the input city coordinates of the data, you can successfully run.
Advanced-Algorithm-master
- 用实例详细介绍基础的遗传算法,并通过遗传算法解决典型的旅行商(TSP)问题-The basic genetic algorithm is described in detail by the example, and the typical traveler (TSP) problem is solved by genetic algorithm
Combination-and-game
- 组合与博弈等算法的学习资料,用解决旅行者问题,适合节点探索-Combination and game algorithms such as learning materials, to solve the traveler problem, suitable for node exploration
遗传算法——旅行商问题mfc
- 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因
连续Hopfield神经网络的优化—旅行商问题优化计算
- 连续Hopfield神经网络的优化 旅行商问题优化计算(Traveler problem optimization calculation)
