Prajwal-Prathiksh / Museum-Path-Optimization

Contains code meant to optimize the route for a tourist visiting the Louvre Museum, such that the satisfaction level is maximised by visiting all/select exhibits in a single working day.
MIT License
10 stars 8 forks source link

HEEEEEy help me #48

Open francescoprisco opened 2 years ago

francescoprisco commented 2 years ago

I cant find louvre test case. in every my trial i have only found test cases on cities. please help me

Prajwal-Prathiksh commented 2 years ago

Hey @francescoprisco! So far in our project we have only considered standard test cases from the TSP library. As for the verification of the algorithms for the Lourve Museum, we have modelled it through random spatial points with random weightage assigned to each of the exhibits. You can find the code to generate these synthetic inputs in the repo.

Cheers!

francescoprisco commented 2 years ago

can you give me exact link of this code? thanks