Skip to content

Latest commit

 

History

History
112 lines (56 loc) · 10.4 KB

References.md

File metadata and controls

112 lines (56 loc) · 10.4 KB

References & Useful Resources

Heuristic

Meta-Heuristic

Deep Learning / Reinforcement Learning Approaches

Here is a survey on the combinatorial optimization, which is a very general topic: Machine Learning for Combinatorial Optimization: a Methodological Tour d’Horizon by Yoshua Bengio, Andrea Lodi, and Antoine Prouvost.

The following is a collection of some modern approaches on combinatorial problems mainly focusing on TSP/VRP. It turns out these DL/RL models are rather limited to solve VRP of small to medium size while solutions to larger size of VRP still depend on meta-heuristic.