搜索资源列表
matlabcodeforantcolony
- 关于蚁群算法(ant colony optimization)的文章和matlab源程序,原代码会让系统报错!但是并不会影响结果!,-the paper and the matlab source code for ant colony optimization
MainSim
- 通过建立二维平面,设置障碍物。模拟蚁群算法,得出最佳迭代曲线和最短次数。-Through the establishment of two-dimensional plane, set obstacles. Ant colony algorithm, got the best iterative curve and the shortest times.
混合改进蚁群算法matlab源程序
- 混合改进蚁群算法matlab源程序。其中,MainSim文件为主函数,此程序为基于自适应信息素、决策变量高斯变异和决策变量边界自调整三种改进的混合改进蚁群算法程序。其中,自适应信息素改进代码在ACOUCP文件的143-152行;决策变量高斯变异在GaussMutation文件;决策变量边界自调整改进代码在MainSim文件的40-49行。