文件名称:ant-colony-optimization-algorithm
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-09-10
- 文件大小:
- 16kb
- 下载次数:
- 0次
- 提 供 者:
- 低***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
建立了带约束条件的物流配送问题的数学模型,运用蚁群算法解决物流配送路径
优化问题,并将遗传算法的复制、交叉、变异等遗传算子引入蚁群算法,同时改进信息素的
更新方式、客户点选择策略,以提高算法的收敛速度和全局搜索能力。经过多次实验和计算 ,证明了用改进的蚁群算法优化物流配送线路,可以有效而快速地求得问题的最优解或近似最
优解。-A mathematical model with the constraints of logistics and distribution issues, the use of ant colony algorithm to solve the problem of logistics distribution route optimization, replication and genetic algorithms, crossover and mutation genetic operators to introduce ant colony algorithm, while improving the way pheromone update customer point selection strategy to improve the convergence speed and global search capability. After several experiments and calculations prove that the optimal solution with improved ant colony algorithm to optimize logistics and distribution lines, can effectively and quickly determined the problem or near optimal solution.
优化问题,并将遗传算法的复制、交叉、变异等遗传算子引入蚁群算法,同时改进信息素的
更新方式、客户点选择策略,以提高算法的收敛速度和全局搜索能力。经过多次实验和计算 ,证明了用改进的蚁群算法优化物流配送线路,可以有效而快速地求得问题的最优解或近似最
优解。-A mathematical model with the constraints of logistics and distribution issues, the use of ant colony algorithm to solve the problem of logistics distribution route optimization, replication and genetic algorithms, crossover and mutation genetic operators to introduce ant colony algorithm, while improving the way pheromone update customer point selection strategy to improve the convergence speed and global search capability. After several experiments and calculations prove that the optimal solution with improved ant colony algorithm to optimize logistics and distribution lines, can effectively and quickly determined the problem or near optimal solution.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
02_算法实现部分源代码
.....................\Ant.cpp
.....................\Ant.h
.....................\Common.cpp
.....................\common.h
.....................\TSP.cpp
.....................\TSP.h