Back to portfolio
MSc Practicum Project

Hybrid ML-ACO Route Optimisation for Last-Mile Delivery

A research project combining Ant Colony Optimisation with machine learning guidance models to improve vehicle routing decisions for last-mile delivery networks.

PythonMachine LearningACOKNNANNLSTMVRP
Hybrid ML ACO route optimisation preview
PROJECT DOCUMENT

Hybrid ML-ACO Full Document

Click to read document

Document Preview

This document explains the research problem, routing approach, hybrid ML-ACO comparison, model findings and project outcome.

  • Vehicle Routing Problem background
  • ACO with KNN, ANN and LSTM guidance
  • Route optimisation evaluation
  • Key findings and outcome
Read Full Document
1.4M+

LaDe delivery trajectory records referenced in the study.

KNN-ACO

Best performing hybrid model in the comparison.

~2.5 km

Best route distance achieved under the simplified test setting.

Problem

The project addresses inefficiency in last-mile delivery, where route planning becomes a Vehicle Routing Problem. Traditional ACO is robust but can be slow and may converge to suboptimal routes in complex urban delivery networks.

Approach

Outcome

KNN-ACO produced the strongest results by using local spatial memory to guide route selection. The project showed that simpler memory-based learning can outperform more complex sequence models for static spatial routing problems.