#924 closed enhancement (done)
Improve plugin HeuristicLab.Problems.TravelingSalesman
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 (27)
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)
comment:17 Changed 15 years ago by swagner
Fixed upside down flipped visualization of TSP tours in r3213.
comment:18 Changed 15 years ago by abeham
- forbid changing some operator names in the GUI
comment:19 Changed 15 years ago by abeham
- cloned variables in BestTSPSolutionAnalyzer instead of referencing them
comment:20 Changed 15 years ago by swagner
Enhanced PathTSPTourView by showing the quality of the tour and a textual representation in r3693.
comment:21 Changed 15 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
comment:22 Changed 15 years ago by swagner
- Resolution fixed deleted
- Status changed from closed to reopened
Best known quality is not set correctly in the visualization.
comment:23 Changed 15 years ago by swagner
- Status changed from reopened to new
comment:24 Changed 15 years ago by swagner
- Status changed from new to assigned
comment:25 Changed 15 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
Fixed update of best known quality in r3712.
comment:26 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Started to implement TSP tour visualization in r3097.