Imlementation of S2E-GA Our 2021 paper An Efficient Computational Approach for Automatic Itinerary Planning on Web Servers"
File structure:
- GA.cpp: cpp file of NGA algorithm
- GA.exe: you can directly use this executable file called in Python or compile it after your change to GA.cpp
- NGAin.txt: input file including all POI information in GuangZhou.
- accelerator.py: the main part of S2E-GA, you can just run it.