| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-06 | Refactor some functions out of example1.pyHEADmaster | Mitsuo Tokumori | |
| 2022-05-06 | Find Depot-or-customer nodes shortest path. | Mitsuo Tokumori | |
| Also cleanup input data in odiparpack/ Also rename sols/ to output/ | |||
| 2022-05-03 | Add some translations and sample input data | Mitsuo Tokumori | |
| 2022-04-28 | Add some translations and odiparpack directory | Mitsuo Tokumori | |
| Inside odiparpack is input data related of our instance of the MDHVRPTW (Multi-Depot Heteregenous VRPTW) | |||
| 2022-04-24 | Add comments to vrptw_base | Mitsuo Tokumori | |
| Also add sols/ directory. MACS generated travel_paths. | |||
| 2019-06-05 | use limited vehicle num to initiate path in acs-vei | JonZhao | |
| 2019-06-04 | 更新local_search_procedure | JonZhao | |
| 2019-06-04 | update and fix error in local_search_procedure | JonZhao | |
| 2019-06-04 | add function: print_and_write_in_file | JonZhao | |
| 2019-06-04 | 显示在given_time的时间内没有得到更好的解 | JonZhao | |
| 2019-06-02 | 使用一个进程来跑macs | JonZhao | |
| 2019-06-02 | 优化local_search的计算 | JonZhao | |
| 2019-06-02 | 1. update: update local_search_procedure | JonZhao | |
| 2. remove: remove local_search_procedure_for_global_path | |||
| 2019-05-30 | minor updation | JonZhao | |
| 2019-05-30 | 1. show vehicle num in figure title | JonZhao | |
| 2. print how much time have used | |||
| 2019-05-30 | add local_search_procedure_for_global_path | JonZhao | |
| 2019-05-29 | update readme | JonZhao | |
| 2019-05-29 | add example | JonZhao | |
| 2019-05-29 | 更新figure ↵ | JonZhao | |
| class:在重新绘制line的过程中,只移除之前绘制了的line;更新了配色方案 | |||
| 2019-05-29 | 1. add reference | JonZhao | |
| 2. fix some error in macs calculate next index 3. add comment | |||
| 2019-05-28 | 将两个蚁群算法划分成两个类 | JonZhao | |
| 2019-05-28 | use main thread to draw figure | JonZhao | |
| 2019-05-27 | 移除复制多个depot的graph创建方法,使用更加原始的,如果 ↵ | JonZhao | |
| 没有可以达到的下一个客户结点,则回到depot,取得了不错的效果,带接下来继续测试 | |||
| 2019-05-27 | fix some bug | JonZhao | |
| 2019-05-27 | 使用event来作为线程终止信号 | JonZhao | |
| 2019-05-27 | add multiple_ant_colony_system | JonZhao | |
| 2019-05-26 | 1. 将信息素放在graph中 | JonZhao | |
| 2. 删除 class NearestNeighborHeuristic 3. 在graph中添加 nearest_neighbor_heuristic方法 4. 将Ant class移动到一个新文件中 | |||
| 2019-05-26 | 1. add insertion_procedure、 local_search_procedure in Ant class | JonZhao | |
| 2. add new_active_ant in VrptwAco class | |||
| 2019-05-26 | minor updation | JonZhao | |
| 2019-05-25 | add: class VrptwAcoFigure | JonZhao | |
| 2019-05-25 | 1. delete: calculate_all_path_cost | JonZhao | |
| 2. add: local_update_pheromone, global_update_pheromone, NearestNeighborHeuristic | |||
| 2019-05-25 | 1. add: figure showing | JonZhao | |
| 2. fix: fix error about arrive time, the time information in the dataset has been transformed to distance information | |||
| 2019-05-25 | 1. add: figure showing | JonZhao | |
| 2. fix: fix error about arrive time, the time information in the dataset has been transformed to distance information | |||
| 2019-05-24 | fix the error in stochastic_accept | JonZhao | |
| 2019-05-24 | 在选择下一个结点的时候,考虑载重率、行驶距离等信息 | JonZhao | |
| 2019-05-24 | 1. 增加初始化信息素的函数 | JonZhao | |
| 2. 增加更新rho、q0的函数 3. 修复cost的计算部分 | |||
| 2019-05-24 | Create README.md | Jon Zhao | |
| 2019-05-24 | 1. 添加Ant class | JonZhao | |
| 2. 记录当前最佳路径 3. 添加时间达到某一个地点的时间记录 4. 添加solomon数据集 | |||
| 2019-05-23 | init project | JonZhao | |
