summaryrefslogtreecommitdiffstats
path: root/ant.py
AgeCommit message (Collapse)Author
2019-06-02优化local_search的计算JonZhao
2019-06-021. update: update local_search_procedureJonZhao
2. remove: remove local_search_procedure_for_global_path
2019-05-301. show vehicle num in figure titleJonZhao
2. print how much time have used
2019-05-30add local_search_procedure_for_global_pathJonZhao
2019-05-27移除复制多个depot的graph创建方法,使用更加原始的,如果 ↵JonZhao
没有可以达到的下一个客户结点,则回到depot,取得了不错的效果,带接下来继续测试
2019-05-27fix some bugJonZhao
2019-05-27使用event来作为线程终止信号JonZhao
2019-05-27add multiple_ant_colony_systemJonZhao
2019-05-261. 将信息素放在graph中JonZhao
2. 删除 class NearestNeighborHeuristic 3. 在graph中添加 nearest_neighbor_heuristic方法 4. 将Ant class移动到一个新文件中