summaryrefslogtreecommitdiffstats
path: root/main.py
AgeCommit message (Collapse)Author
2019-05-261. add insertion_procedure、 local_search_procedure in Ant classJonZhao
2. add new_active_ant in VrptwAco class
2019-05-26minor updationJonZhao
2019-05-25add: class VrptwAcoFigureJonZhao
2019-05-251. delete: calculate_all_path_costJonZhao
2. add: local_update_pheromone, global_update_pheromone, NearestNeighborHeuristic
2019-05-251. add: figure showingJonZhao
2. fix: fix error about arrive time, the time information in the dataset has been transformed to distance information
2019-05-24fix the error in stochastic_acceptJonZhao
2019-05-24在选择下一个结点的时候,考虑载重率、行驶距离等信息JonZhao
2019-05-241. 增加初始化信息素的函数JonZhao
2. 增加更新rho、q0的函数 3. 修复cost的计算部分
2019-05-241. 添加Ant classJonZhao
2. 记录当前最佳路径 3. 添加时间达到某一个地点的时间记录 4. 添加solomon数据集
2019-05-23init projectJonZhao