kamil271e / double-tsp

Assorted heuristics for solving a modified Traveling Salesperson Problem (TSP) combinatorial challenge.
0 stars 0 forks source link

Modify project structure #16

Closed kamil271e closed 5 months ago

kamil271e commented 6 months ago

Separate approaches to distinct files (greedy, local_search etc) - or propose smarter solution