This tool was built for use in solving the traveling salesman problem. This tool is named thelyra_graphtool
and is intended to be used for optimizing paths on graphs between nodes given certain constraints.
This tool was built for use in the Off the beaten path challenge.
The challenge gives a high level overview of what this tool is best used for. Once you are ready to dive in to the tool the best place to start in this repository is the 00_lyra_graphtool_tutorial.ipynb
Jupyter notebook in the /docs/examples
directory. The random walk example solution is located in /docs/ready_setups
. Additional API Documentation for using the toolis also available.
To get started with the Lyra Graph Tool follow the instructions in /docs/install.rst
. Package dependencies are listed in docs/docs.rst
.