This repository hosts the implementation and research framework for developing and evaluating Distributed Metaheuristic Algorithms (MHA) aimed at solving the Vehicle Routing Problem with Backhauls (VRPB).
The primary goal is to create a robust, modular, and performance-driven platform to test various metaheuristics, particularly focusing on multi-objective optimization techniques, for complex VRPB scenarios.
基于分布式元启发式算法的VRPB系统
寒假计划
2019.1.13-
- ALL
学习用LaTex写公式,选择一个工具
- FHA
- 整合算法、问题代码到一个框架
- 将多目标松鼠代码思路中次优解集的选取修改,得出结果
- 看一篇论文,写论文笔记https://ieeexplore.ieee.org/abstract/document/8786111
- dirtycomputer
- 调好SSA代码,得出mean等表格实验结果,更新新的实验结果,形成完整的SSA实验报告
- 记录在调SSA代码的过程中,发现的问题,如何解决问题,和效果怎么样(以图表或文字描述的形式)
- 写NSGA3代码,并完成报告中思路和重点等部分
- 看论文,写论文笔记(关于车辆路径规划的论文)
- Ktouguai
- 学习、了解多目标的概念
- [ ]
下周计划
学习任务:(优先级1-N为高到低)
- 松鼠论文后续:算法概念比较的部分——了解其他算法的思想 [1]
- 阅读其他进化计算论文,重点看如何改进现有算法,总结[2]
- 多目标优化方法——求解多目标优化问题 [长期]
- TSP旅行商问题——是车辆路径规划问题的基础 [长期]
- 阅读JMetalSP框架论文 [进阶]