This python script takes in a list of destinations and finds the most optimal order in which to visit all destinations. It uses a genetic algorithm that evolves a population of solutions over X generations, creating more "fit" or efficient solutions with each iteration.
yeumthomas/van-life-route-optimization
🚘 AI programmed to find an optimal route given a set of destinations.
Python