| Age | Commit message (Collapse) | Author |
|
2. 删除 class NearestNeighborHeuristic
3. 在graph中添加 nearest_neighbor_heuristic方法
4. 将Ant class移动到一个新文件中
|
|
2. add new_active_ant in VrptwAco class
|
|
|
|
|
|
2. add: local_update_pheromone, global_update_pheromone, NearestNeighborHeuristic
|
|
2. fix: fix error about arrive time, the time information in the dataset has been transformed to distance information
|
|
2. fix: fix error about arrive time, the time information in the dataset has been transformed to distance information
|
|
|
|
|
|
2. 增加更新rho、q0的函数
3. 修复cost的计算部分
|
|
|
|
2. 记录当前最佳路径
3. 添加时间达到某一个地点的时间记录
4. 添加solomon数据集
|
|
|