文件名称:模拟退火算法源程序
文件大小:33KB
文件格式:DOC
更新时间:2014-10-01 08:57:39
模拟退火算法 源程序
模拟退火算法源程序 function [MinD,BestPath]=MainAneal(CityPosition,pn) function [MinD,BestPath]=MainAneal2(CityPosition,pn) %此题以中国31省会城市的最短旅行路径为例,给出TSP问题的模拟退火程序 %CityPosition_31=[1304 2312;3639 1315;4177 2244;3712 1399;3488 1535;3326 1556;... % 3238 1229;4196 1044;4312 790;4386 570;3007 1970;2562 1756;... % 2788 1491;2381 1676;1332 695;3715 1678;3918 2179;4061 2370;... % 3780 2212;3676 2578;4029 2838;4263 2931;3429 1908;3507 2376;... % 3394 2643;3439 3201;2935 3240;3140 3550;2545 2357;2778 2826;2370 2975];