β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)