An open API service indexing awesome lists of open source software.

https://github.com/lucaangioloni/optw

Orienteering Problem with Time Windows
https://github.com/lucaangioloni/optw

optimization orienteering-problem time-windows

Last synced: 12 months ago
JSON representation

Orienteering Problem with Time Windows

Awesome Lists containing this project

README

          

# OPTW

Orienteering Problem with Time Windows

Implementation using a greedy approach and an heuristic of the goodness of a user.

## How to run evaluation on the available dataset and example results

```
❯ python test_exp.py -i Data\ 10
Avg n. of users served: 8.10
Avg exec time: 0.003 s
```

```
❯ python test_exp.py -i Data\ 50
Avg n. of users served: 20.50
Avg exec time: 0.030 s
```

```
❯ python test_exp.py -i Data\ 100
Avg n. of users served: 31.00
Avg exec time: 0.096 s
```