Changeset 17453 for branches/3026_IntegrationIntoSymSpace/HeuristicLab.Problems.TravelingSalesman/3.3
- Timestamp:
- 02/26/20 12:58:45 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.Problems.TravelingSalesman/3.3/TravelingSalesmanProblem.cs
r17180 r17453 304 304 BestTSPSolutionAnalyzer.CoordinatesParameter.ActualName = CoordinatesParameter.Name; 305 305 BestTSPSolutionAnalyzer.PermutationParameter.ActualName = SolutionCreator.PermutationParameter.ActualName; 306 BestTSPSolutionAnalyzer.ResultsParameter.ActualName = "Results";306 //BestTSPSolutionAnalyzer.ResultsParameter.ActualName = "Results"; 307 307 BestTSPSolutionAnalyzer.BestKnownQualityParameter.ActualName = BestKnownQualityParameter.Name; 308 308 BestTSPSolutionAnalyzer.BestKnownSolutionParameter.ActualName = BestKnownSolutionParameter.Name;
Note: See TracChangeset
for help on using the changeset viewer.