模拟退火算法求解旅行商问题

上传:wyfaith 浏览: 37 推荐: 0 文件:DOC 大小:33KB 上传时间:2019-01-13 16:55:09 版权申诉
模拟退火算法源程序 function [MinD,BestPath]=MainAneal(CityPosition,pn) function [MinD,BestPath]=MainAneal2(CityPosition,pn) %此题以中国31省会城市的最短旅行路径为例,给出TSP问题的模拟退火程序
上传资源
用户评论

anqizhou 2019-01-13 16:55:09

顶,有用,我们老师说,速度比遗传算法快

eyeslaser 2019-01-13 16:55:09

确实不错,值得一看

qq_14611995 2019-01-13 16:55:09

一直是个难题,如何求解最优解呢。。。