hasnainroopawalla / ant-colony-optimization

A Python package to find the shortest path in a graph using Ant Colony Optimization
https://medium.com/@hasnain.roopawalla/ant-colony-optimization-1bbc346c2da5
MIT License
14 stars 2 forks source link

Fix solution ant bug #7

Closed hasnainroopawalla closed 1 year ago

hasnainroopawalla commented 1 year ago
king-phyte commented 1 year ago

Thank you for fixing this @hasnainroopawalla. I implemented a very inefficient fix for this problem (where the solution ant might either get stuck or not give the shortest path). Glad to see you implemented such a simple and elegant solution. Kudos! 👏🏾

I will run some tests to see if I might catch some other edge cases (hopefully, not) 😄

hasnainroopawalla commented 1 year ago

@king-phyte please feel free to file any bugs if you come across any, thanks!