搜索资源列表
hopfield解决TSP问题
- 人工神经网络实验之一,用Hopfield网络解决旅行商问题。文件中除源程序外还有word文档对算法,理论,问题描述,实验结果,实验分析的完整介绍-experimental artificial neural network, Hopfield network Traveling Salesman Problem. Apart from the source document but also have a word document of the algorithm theory, and th
Hopfield网络解TSP的改进算法
- 这是一个旅行商问题的神经网络算法,神经网络算法有很多种,但神经网络算法还比较少见,这是本人从中国期刊网下载到的,很有用-This is a traveling salesman problem of neural network algorithms and neural network algorithm can take many forms, but the neural network algorithm is still relatively rare, this is my jour
TSP.ZIP
- 用pascal写的hopfield神经网络解决TSP问题的代码。-with the neural network solution hopfield TSP code.
tsp的模拟退火算法
- 神经网络中的tsp的模拟退火算法的matlab实现-neural network tsp of the simulated annealing algorithm to achieve the Matlab
tsp问题
- tsp问题用神经网络方法解决-tsp uses neural network solution
hopfield-for-tsp
- 利用hopfield神经网络解决50个城市tsp问题,适合初学者。-Hopfield neural network using 50 cities tsp solve problems, suitable for beginners.
tsp
- hopfield神经网络求解TSP问题,改程序设置了10个城市的随机位置,进而解决城市间最短路径问题。-hopfield neural network to solve TSP problem, the procedures set up to 10 cities random location, then the shortest path between cities to solve problem.
TSP
- 这是一个人工智能方面的算法程序,里面包含模拟退火算法、神经网络算法以及遗传算法三个。-This is an area of artificial intelligence algorithm procedure, which includes simulated annealing algorithm, neural network algorithms and genetic algorithms in three.
TSP01
- solving tsp using hopfield neural network
TSP
- Python travelling salesman problem. TSP.
TSP
- 用遗传算法、神经网络、蚁群算法等职能算法求解TSP问题-Using genetic algorithms, neural networks, ant colony algorithm for solving TSP problems and other functional
tsp
- 用神经网络算法解决tsp问题的一个小程序-Using neural network algorithm to solve the problem of a small program tsp
GenticTSPcode
- 遗传算法,神经网络,tsp旅行商问题,最优化问题-Genetic algorithm, neural network, tsp TSP, optimization problem
tsp
- 基于PCNN的TSP问题,利用脉冲耦合神经网络的自动波特性来解决旅行商问题-TSP problem based on PCNN using pulse coupled neural network to solve the automatic baud of the traveling salesman problem
TSP
- 基于神经网络的TSP问题,需要自建文档输入0.1 0.1 0.9 0.5 0.9 0.1 0.45 0.9 0.9 0.8 0.7 0.9 0.1 0.45 0.45 0.1-TSP problem based on neural network
TSP
- TSP问题是一个典型的、容易描述但是难以处理的NP完全问题,同时TSP问题也是诸多领域内出现的多种复杂问题的集中概括和简化形式。目前求解TSP问题的主要方法有启发式搜索法、模拟退火算法、遗传算法、Hopfield神经网络算法、二叉树描述算法。所以,有效解决TSP问题在计算理论上和实际应用上都有很高的价值,而且TSP问题由于其典型性已经成为各种启发式的搜索、优化算法的间接比较标准(如遗传算法、神经网络优化、列表寻优(TABU)法、模拟退火法等)。遗传算法就其本质来说,主要是解决复杂问题的一种鲁棒性
tsp-matlab
- tsp的matlab神经网络求解,可以用的,还不错-tsp matlab neural network to solve, you can use, but also good
Hopield--TSP
- matlab环境下,应用人工神经网络Hopield算法解决TSP最佳路径问题,包含有主要的函数。 -matlab environment, the application of artificial neural network Hopield best path algorithm to solve TSP problems, including a main function.
Hopfield-Neural-Network-TSP-problem
- hopfield神经网络解决TSP问题 论文 C-Tsp hopfield neural network to solve the problem of paper C++
tsp
- 本程序为神经网络解决TSP问题 数据有100城市 200城市和500城市,采用VC++编程 程序中已经设置成最佳参数 交叉驴0.6 变异率0.01 @ 迭代500 代。效果不错-The procedures for the neural network to solve the TSP data of 100 cities 200 cities and 500 cities, using VC++ programming procedure has been set to the optim
