DEV Community

onRubik
onRubik

Posted on

🐜 Ant Colony Optimization for CVRP (Open Source)

​I just released a working implementation of an ACO algorithm to solve the Constrained Vehicle Routing Problem (CVRP). Most routing systems are black boxesβ€”I wanted to build something transparent that actually shows how to reduce costs and miles.

​What's inside:
πŸ–₯️ Core Repo: https://github.com/onRubik/CVRP-ACO

πŸ““ Google Colab Demo: https://colab.research.google.com/github/onRubik/cvrp-routing-solver/blob/main/notebooks/cvrp_aco_demo.ipynb

β€‹πŸŽ“ Gumroad Course: https://rubiklife.gumroad.com/l/vcxvrx

​It's ready to run in the Colab if you want to see the ants in action. Feedback on the architecture is welcome!

(More info and a deep-dive walkthrough are available in the repo README.)

Top comments (0)