Opened 15 years ago
Last modified 14 years ago
#924 closed enhancement
Improve plugin HeuristicLab.Problems.TravelingSalesman — at Version 16
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.0 |
Component: | Problems.TravelingSalesman | Version: | 3.3 |
Keywords: | Cc: |
Description (last modified by swagner)
Some additional features have to be implemented in the HeuristicLab.Problems.TravelingSalesman plugin:
- visualization of TSP tours
- import of optimal solutions
- store name of imported TSP instances
- GEO distance evaluation
Change History (16)
comment:1 Changed 15 years ago by swagner
- Description modified (diff)
comment:2 Changed 15 years ago by swagner
- Status changed from new to assigned
comment:3 Changed 15 years ago by swagner
comment:4 Changed 15 years ago by swagner
Continued to implement TSP tour visualization in r3107.
comment:5 Changed 15 years ago by abeham
fixed a bug in the permutation setter of PathTSPTour in r3133
comment:6 Changed 15 years ago by swagner
Finished first version of TSP tour visualization in r3139.
comment:7 Changed 15 years ago by swagner
Stored name of TSP instances imported from TSPLIB in r3147.
comment:8 Changed 15 years ago by swagner
Implemented import of optimal solutions in r3151.
comment:9 Changed 15 years ago by swagner
- Description modified (diff)
Fixed bug in optimal tour import in r3152.
comment:10 Changed 15 years ago by swagner
Added TSP instance visualization in r3153.
comment:11 Changed 15 years ago by swagner
Added additional TSP evaluation operators in r3155.
comment:12 Changed 15 years ago by swagner
Restructured project HeuristicLab.Problems.TSP in r3156.
comment:13 Changed 15 years ago by swagner
Renamed HeuristicLab.Problems.TSP to HeuristicLab.Problems.TravelingSalesman and HeuristicLab.Problems.TSP.Views to HeuristicLab.Problems.TravelingSalesman.Views in r3157:3158.
comment:14 Changed 15 years ago by swagner
Renamed TSP to TravelingSalesmanProblem and TSPView to TravelingSalesmanProblemView in r3159.
comment:15 Changed 15 years ago by swagner
- Description modified (diff)
- Summary changed from Improve plugin HeuristicLab.Problems.TSP to Improve plugin HeuristicLab.Problems.TravelingSalesman
comment:16 Changed 15 years ago by swagner
- Description modified (diff)
Started to implement TSP tour visualization in r3097.