Back to case study

Hybrid ML-ACO Route Optimisation

Machine learning, Ant Colony Optimisation and vehicle routing

Summary: A practicum research project combining Ant Colony Optimisation with KNN, ANN and LSTM guidance models for last-mile delivery route optimisation.
KNN-ACObest performing model
VRProute optimisation problem
Pythonsimulation and analysis

Problem

Last-mile delivery routing is complex because vehicles must serve many delivery points while minimising distance, time and operational inefficiency. This problem can be modelled as a Vehicle Routing Problem.

Approach

Finding

KNN-ACO performed strongly because local spatial similarity is useful for static route optimisation. The project showed that simpler learning methods can be effective when the problem has strong spatial structure.

Outcome

The project demonstrates practical machine learning experimentation, optimisation logic, route simulation and research-style evaluation.