Please refer to the solution writeup on kaggle for the details of the methods/algorithms used.
- input
- input files downloaded from kaggle contest page
- GA-EAX-restart
- genetic algorithm to search for shortest path on the image
- search
- beam search to find configuation corresponding to the path
- visualizer
- interactive web visualizer app
All of our solution code are open-sourced under Apache 2.0 license.