上传者: ccsss22
|
上传时间: 2022-01-01 09:02:22
|
文件大小: 20KB
|
文件类型: RAR
hslogic算法仿真蚁群算法优化matlab仿真
[path,information]=searchpath(n,m,information,z,starty,starth,endy,endh); %路径寻找
fitness=CacuFit(path); %适应度计算
[bestfitness,bestindex]=min(fitness); %最佳适应度
bestpath=path(bestindex,:);
Best=[Best;bestfitness];