Solving the Travelling Salesman Problem using Ant Colony Optimization

preview_player
Показать описание
I was tinkering around with the Godot game engine, and decided to write this TSP solver using ACO over a weekend. Hope you enjoy the video!

Рекомендации по теме
Комментарии
Автор

I hate those damn salesmen can't they solve they problems? I already have problems by my own!!

wolfinthesuit
Автор

Nice video. I should probably try to implement this

patrickstival
Автор

You are amazing this helped me so much

CosmicLF
Автор

What if my graph have n number of nodes, how can I modify the ACO to travel from a specific source to a specific destination without passing through all the n number of nodes but only the nodes to the destination and that's it?

greglouis
Автор

I used your code but it only generated graph. What do u do to auto solve after run?

tamseel
Автор

this doesnt account for alternative directions and axis since its an ant colony you should have 6 axis (up and down) of direction instead of 4 (compass directions)

nibs