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

Major Updates #17

Closed Prajwal-Prathiksh closed 3 years ago

Prajwal-Prathiksh commented 3 years ago
  1. Added file read structure and data inputs (documentation yet to be done!)
  2. Implemented cost_matrix method of TSP in SimpleSimulatedAnnealing
Prajwal-Prathiksh commented 3 years ago

@auvapr can you do the documentation of the data_input code and add the rest of the inputs to the test_load_list? I'll merge this to the main branch for now