Pyhon code to find shortest path

Job ID: 31774347

Budget: $10 – $30 USD

Google has a tutorial and code for solving the traveling salesman problem on the page below:
https://developers.google.com/optimization/routing/tsp
The pyhon code is attached as "google_TSP.ipynb" (code copied from google's page above)
I need the same input data (see "Create the data" section) to be solved by a Genetic Algorithm pyhton code. There are several codes on Github using Genetic Algorithm to solve the Traveling salesman problem. I just need you to pick one of them and modify to work with the same input data google used. (Example of G.A. to solve TSP on github: https://github.com/avitomar12/TSP-using-Genetic-Algorithm)