Traveling salesman problem solved using genetic algorithm
Graph is visualised with pyplot library in realtime.
Selection method: Roulette selection
Crossover: Ordered crossover
Mutation: Swap mutation
Gif was created using ezgif.com
Tutorial that was followed