搜索资源列表
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
模拟退火的HOPFIELD神经网络TSP
- 模拟退火的HOPFIELD神经网络TSP模拟退火的HOPFIELD神经网络TSP
弹性网络
- 弹性神经网络算法是一并行模拟算法。这一模型考虑的是欧氏空间中的TSP问题,它把一条TSP可行路径看作是从一条由m个节点构成的闭合路径到TSP城市的映射。这条闭合路径被称为“弹性带”(elastic band)。对于n个城市的TSP问题来说,假设n个城市位于二维平面的一个正方形区域中(一般归一化为单位正方形区域)。考虑在正方形区域中,最初为一个小圆周的闭合回路,弹性网络方法通过两种作用力使得闭合回路上的m (m>n)个点移动,一般来说有m~2.5n。当对于每一个城市都有一个节点与它重合时,“
csharpmatlab.rar
- c#与matlab混合编程--神经网络--tsp,c#,matlab programing-hopfield-tsp
HopfieldTSP
- 用Hopfield神经网络求解TSP(旅行商问题),并附上实验报告-HopfieldTSP
hopfield-for-tsp
- 利用hopfield神经网络解决50个城市tsp问题,适合初学者。-Hopfield neural network using 50 cities tsp solve problems, suitable for beginners.
shenjingtsp
- 神经网络解TSP问题,神经网络解TSP问题 -Neural Network Solutions TSP, neural network solutions TSP Neural Network Solutions TSP
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.
TSP
- 应用Hopfield神经网络求解TSP问题 在VC++环境下编程 -using hopfield network solve the problem of TSP.
many-methods-to-solve-TSP
- 多种方式求解TSP问题,有遗传算法,A*算法,D算法,模拟退火,神经网络等-A variety of ways to solve TSP problem, a genetic algorithm, A* algorithm, D algorithm, simulated annealing, neural networks
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
TSP
- 经典的神经网络TSP问题,相信对你一定会有很大的帮助-Classical neural networks TSP problem, I think you must be a great help
模拟退火算法解决tsp问题
- 设计一个可以对TSP问题进行组合优化的连续型Hopfield神经网络模型,利用该魔心可以快速的找到最优的一条路线。(A continuous Hopfield neural network model for combinatorial optimization of TSP problems is designed, which can be used to find the optimal route quickly.)
TSP
- 利用Hopfield神经网络解决TSP问题(The use of Hopfield neural network to solve TSP problems)
BPwangluo2
- 利用MATLAB工具箱进行神经网络编程 解决TSP的最短路径问题(Using MATLAB Toolbox for Neural Network Programming Solve the shortest path problem of TSP)
神经网络
- 传统的TSP问题,用hopfeild神经网络简单解决(The traditional TSP problem is solved by Hopfeild neural network.)
TSP
- 基于BP神经网络的TSP路径规划程序,matlab平台,能运行(TSP path planning program based on BP neural network, Matlab platform, can run)
源代码
- 1 基于遗传算法的TSP算法(王辉) 2 基于遗传算法和非线性规划的函数寻优算法(史峰) 3 基于遗传算法的BP神经网络优化算法(王辉) 4 设菲尔德大学的MATLAB遗传算法工具箱(王辉) 5 基于遗传算法的LQR控制优化算法(胡斐)(1 TSP algorithm based on genetic algorithm (Wang Hui) 2 Function optimization algorithm based on genetic algorithm and non