BrunoRosendo / master-thesis

Source code for my master's thesis, in the topic "Quantum algorithms for optimizing urban transportation"
MIT License
5 stars 0 forks source link

Find test inputs used by other people #86

Closed BrunoRosendo closed 3 months ago

BrunoRosendo commented 3 months ago

In order to compare the quality and efficiency of my algorithms, I should try to find broadly used data with results from many experiments, so I can compare the work being done for this thesis

BrunoRosendo commented 3 months ago

Apart from random examples like the ones I'm using for my tests, I don't find any common or well-known inputs for vehicle routing problems, even for classical implementations.

For RPP (the most interesting algorithm of my work), this is even worse since it's more of a niche. Trying to find tests for quantum implementations is even harder

BrunoRosendo commented 3 months ago

Following the comment above, I will simply close this and continue to work with OR tools as a control and Porto's data as an example