基于信息熵的免疫算法,解决tsp问题的,但是我也是初学,这个看不太明白,共享一下吧
上传时间: 2016-11-11
上传用户:haoxiyizhong
标准的pso 程序,可用于tsp 等优化问题,大家分享交流 共同进步。
上传时间: 2016-11-26
上传用户:sammi
在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的tsp问题
上传时间: 2016-12-04
上传用户:wcl168881111111
在Visual C++ 编译环境下,模拟退火算法程序,并利用它们求解了48个城市的tsp问题。
上传时间: 2013-11-28
上传用户:hn891122
用MatLab,编写用Hopfield网络求 解tsp问题(旅行商问题)的程序(城市 数目≥5)
标签: MatLab
上传时间: 2014-06-08
上传用户:liuchee
在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的tsp问题。
上传时间: 2016-12-18
上传用户:miaochun888
java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的tsp是非常好的计算机实现
上传时间: 2014-01-05
上传用户:a3318966
人智经典算法的实现,包括8数码,遗传算法,tsp等
标签: 算法
上传时间: 2017-01-09
上传用户:集美慧
利用改进的蚂蚁算法,即带精英策略的蚂蚁算法,求解tsp问题。对深入理解蚂蚁算法的优化原理很有帮助。
标签: 蚂蚁算法
上传时间: 2014-01-04
上传用户:ma1301115706
The basic principle using the branchand- bound strategy to solve the traveling salesperson optimization problem (tsp) consists of two parts. There is a way to split the solution space. There is a way to predict a lower bound for a class of solutions. There is also a way to find an upper bound of an optimal solution. If the lower bound of a solution exceeds this upper bound, this solution cannot be optimal. Thus, we should terminate the branching associated with this solution.
标签: salesperson principle branchand the
上传时间: 2017-02-19
上传用户:comua