This project presents an approach to solving the Vehicle Routing Problem (VRP) using various metaheuristics. It explores the creation of efficient delivery routes to serve customers while respecting specific constraints, implementing algorithms such as Tabu Search, Simulated Annealing, and Gradient Descent.
To launch the project, you need to run the FileChooserWindow file and follow the instructions on the window that appears.
The analysis results are available in the analysis folder:
Recuit_Params.xlsx
: contains the most used parameters for simulated annealingRecuit_Params_analysis.xlsx
: contains the results of the analysis of the parameters for simulated annealingTabou_Params.xlsx
: contains the most used parameters for tabu searchTabou_Params_analysis.xlsx
: contains the results of the analysis of the parameters for tabu searchTabou_Recuit_Params.xlsx
: contains the most used parameters for both simulated annealing and tabu searchComparaison_Tabou_Recuit.xlsx
: contains the results of the comparison between simulated annealing and tabu search.