https://github.com/emadehsan/nomad-cyclist
Nomad Cyclist Problem - A variation of Traveling Salesman Problem (with open tour) adjusted for elevation and factors
https://github.com/emadehsan/nomad-cyclist
cycling nomad optimization-algorithms ortools planning tourism travel traveling-salesman-problem
Last synced: about 2 months ago
JSON representation
Nomad Cyclist Problem - A variation of Traveling Salesman Problem (with open tour) adjusted for elevation and factors
- Host: GitHub
- URL: https://github.com/emadehsan/nomad-cyclist
- Owner: emadehsan
- License: agpl-3.0
- Created: 2020-10-18T01:11:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T22:36:23.000Z (over 4 years ago)
- Last Synced: 2025-04-06T17:05:58.984Z (2 months ago)
- Topics: cycling, nomad, optimization-algorithms, ortools, planning, tourism, travel, traveling-salesman-problem
- Language: Python
- Homepage: https://alternate.parts/blog/nomad-cyclist
- Size: 279 KB
- Stars: 10
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nomad Cyclist Problem
**[Read full article](https://medium.com/p/c0c6db8bb217)** - A variation of Traveling Salesman Problem to help plan long Cycling Tours.
## Getting Started
Clone this project
```sh
git clone https://github.com/emadehsan/nomad-cyclist
```Install requirements
```sh
pip3 install -r requirements.txt
```Open and read [`app.py`](./app.py). It is well written and explained.
## Contribute
Feel free to make a pull request :)