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

Search list

[AI-NN-PRant-tsp-elimcross

Description: 蚁群算法求解tsp问题后去交叉.数据为att48,48个城市的tsp -Ant Algorithm tsp problems to cross. Att48 data, the 48 cities tsp
Platform: | Size: 2048 | Author: xuqs | Hits:

[AI-NN-PRTSP-ant-algorithm

Description: 用于解决TSP问题的蚁群算法,里面有详细注释-TSP solution for the ant algorithm, which detailed Notes
Platform: | Size: 11264 | Author: 葛荣雨 | Hits:

[AI-NN-PRTSP

Description: TSP双种群蚁群算法。还包括了“30城市TSP问题数据与最优解.mat”,“75城市TSP问题数据.mat”,和“442TSP问题数据与算法对比.mat”-TSP-Stocks ant colony algorithm. Also include "30 cities TSP data and the optimal solution. Mat, " "75 cities TSP data. mat, " and "442TSP problem with the algorithm for data comparison. mat "
Platform: | Size: 12288 | Author: ivan | Hits:

[AI-NN-PRTsp

Description: 使用蚁群算法解决旅行商问题,mfc应用程序,城市数目及坐标在eil51.tsp里-use ant algorithm to solve the traveling salesman problem, and mfc applications, The number of cities and coordinates the eil51.tsp Lane
Platform: | Size: 45056 | Author: pj | Hits:

[AI-NN-PRtsp

Description: TSP的智能算法,里面包含最大最小蚁群算法,蚂蚁系统,蚁群系统
Platform: | Size: 2524160 | Author: 赵波 | Hits:

[OtherTSP

Description: TSP问题的matlab实现程序,该程序在机器上可以正常运行,现提供给大家参考-TSP issues realize matlab program on the machine can function properly, is now available to U.S. reference
Platform: | Size: 6144 | Author: li | Hits:

[Othertsp

Description: tsp问题俗称旅行商问题,一个商人从一个城市出发,经过所有的城市一次且仅一次回到出发的城市,问旅行商应当如何选择路径使总路径最短。本程序是用lingo软件编写的,只需要更改城市的数目以及距离矩阵即可。-tsp problem commonly known as the traveling salesman problem, a businessman from a city of departure, after all of the city once and only once returned to the starting city TSP question should be how to choose the shortest path so that the total path. This procedure is used lingo software programmers only need to change the number of cities as well as the distance matrix can be.
Platform: | Size: 1024 | Author: 雷浩 | Hits:

[AI-NN-PRGA-TSP

Description: 该程序用遗传算法求解TSP问题,得到了比较优的解,初学者可以参考。-The procedure for solving TSP using genetic algorithms problems, have been relatively superior solutions, beginners can refer to.
Platform: | Size: 45056 | Author: 赵科 | Hits:

[matlabTSP(lvxingshangwenti)

Description: 模拟退火求解TSP旅行商问题,有全部的matlab源代码。并且有帮助文件。-Simulated Annealing for Solving Traveling Salesman Problem TSP, has all of matlab source code. And have help files.
Platform: | Size: 8192 | Author: 张云 | Hits:

[AI-NN-PRTSP-ACE2

Description: VC下的蚁群算法,处理问题为TSP中国邮递员问题。另含一个日志处理类。-VC under the ant colony algorithm for TSP deal with the issue of Chinese postman problem. Another type of treatment with a log.
Platform: | Size: 22528 | Author: hanjie | Hits:

[Data structsTSP-baoli

Description: 暴力破解TSP中国邮递员问题的程序。使用数据为Oliver30.tsp,从其中的蚂蚁算法和暴力破解算法可知智能算法的重要性。-Violence to break Chinese postman problem TSP procedures. Use of data for Oliver30.tsp, from which the ant algorithm and violent crack algorithm, we can see the importance of intelligent algorithm.
Platform: | Size: 24576 | Author: hanjie | Hits:

[Algorithmtsp

Description: 這是一個利用模擬退火來計算TSP旅行家的問題-This is a use of simulated annealing to calculate the TSP problem of travelers
Platform: | Size: 1187840 | Author: 葉書豪 | Hits:

[OtherTSP

Description: 商务旅行问题TSP用Hopfield人工神经网络实现-Business Travel TSP problem with Hopfield artificial neural network
Platform: | Size: 62464 | Author: 薛峰 | Hits:

[AI-NN-PRTSP

Description: 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。-Including ant colony, simulated annealing, genetic, neural networks, tabu search, such as intelligent optimization algorithm to TSP problem.
Platform: | Size: 7168 | Author: orange | Hits:

[AI-NN-PRTSP

Description: 在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的TSP问题。-In the Visual C++ Compiler environment, the simulated annealing algorithm procedures and use them to solve a 48 cities TSP problem.
Platform: | Size: 694272 | Author: qihuolin | Hits:

[AI-NN-PRTSP

Description: 这是一个用遗传算法来求解旅行商问题(TSP问题:Travelling Salesman Problem)的源代码,学习遗传算法,演化计算的很值得一看!-This is a genetic algorithm to solve the traveling salesman problem (TSP problems: Travelling Salesman Problem) source code, learning genetic algorithm, evolutionary computation is very worth a visit!
Platform: | Size: 71680 | Author: 郭肇禄 | Hits:

[DocumentsTSP(TravelingSalesmanProblem)

Description: Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optimization techniques which are based on linear and nonlinear programming. TSP can be described as follows: Given a number of cities to visit and their distances from all other cities know, an optimal travel route has to be found so that each city is visited one and only once with the least possible distance traveled. This is a simple problem with handful of cities but becomes complicated as the number increases.
Platform: | Size: 446464 | Author: yangdi | Hits:

[Windows DevelopTSP

Description: 本程序是10个城市的TSP神经网络程序,采用C++ builder编译,在运行结束后,可通过图形显示路径。-This procedure is the 10 cities TSP neural network procedures, the use of C builder compiler, running after the end of the path through the graphical display.
Platform: | Size: 392192 | Author: 赵振刚 | Hits:

[Mathimatics-Numerical algorithmsTsp

Description: 用java实现的利用蚁群算法实现的tsp问题,有图形输出-Java achieved with the use of ant colony algorithm to achieve the tsp problem graphics output
Platform: | Size: 6144 | Author: 廖美健 | Hits:

[Mathimatics-Numerical algorithmstsp

Description: c语言实现,遗传算法求解TSP问题,基本遗传算法,未经过优化-c language, genetic algorithm for solving TSP problems, the basic genetic algorithm, has not been optimized
Platform: | Size: 2048 | Author: dodo | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net