# # ChangeLog for branches/PTSP # # Generated by Trac 1.0.12 # 04/25/24 13:22:30 Tue, 17 Nov 2015 08:28:57 GMT abeham [13202] * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.Problems.PTSP.Views-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSPData.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSPLIBInstanceProvider.cs (added) #2221: reverse engineered PTSPData and added simple instance provider ... Wed, 22 Jul 2015 11:50:12 GMT apolidur [12799] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Analyzers (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Analyzers/BestPTSPSolutionAnalyzer.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift/PTSPEstimatedInsertionEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPEstimatedInversionEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoPointFiveOpt/PTSP25MoveEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PathPTSPTour.cs (modified) #2221: Adding path Analyzers and some other fixes Sat, 09 May 2015 15:26:10 GMT apolidur [12387] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) #2221: Fixing RealizationsSize parameter not updating Mon, 04 May 2015 16:30:26 GMT apolidur [12380] * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/PTSPMoveEvaluatorTest.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInversionLocalImprovement.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/IPTSPMoveEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/IPTSPPathMoveEvaluator.cs (deleted) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift/PTSPEstimatedInsertionEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/PTSPMoveEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/PTSPPathMoveEvaluator.cs (deleted) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPAnalyticalInversionMovePathEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPEstimatedInversionEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPEstimatedInversionMovePathEvaluator.cs (deleted) #2221: Small refactoring and code cleaning Fri, 17 Apr 2015 13:54:40 GMT ascheibe [12322] * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/HeuristicLab.Problems.PTSP.Tests-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.Problems.PTSP.Views-3.3.csproj (modified) #2221 fixed project files of PTSP branch Wed, 15 Apr 2015 16:05:59 GMT apolidur [12317] * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/Plugin.cs.frame (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame (modified) #2221: Fixing PluginDependencies Mon, 13 Apr 2015 15:43:28 GMT apolidur [12306] * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/AnalyticalPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) #2221: Prepared PTSP for instance input Tue, 31 Mar 2015 14:57:05 GMT apolidur [12272] * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/PTSPMoveEvaluatorTest.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/I25MoveOperator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift/PTSPEstimatedInsertionEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPEstimatedInversionMovePathEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoPointFiveOpt (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoPointFiveOpt/PTSP25MoveEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveGenerators (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveGenerators/Exhaustive25MoveGenerator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveGenerators/Stochastic25MultiMoveGenerator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveGenerators/Stochastic25SingleMoveGenerator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveGenerators/TwoPointFiveMoveGenerator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveMakers (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveMakers/TwoPointFiveMoveMaker.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/TwoPointFiveMove.cs (added) #2221: Adding 2.5-opt-EEs operators to PTSP Mon, 30 Mar 2015 13:53:20 GMT apolidur [12269] * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3 (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/HeuristicLab.Problems.PTSP.Tests-3.3.csproj (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/HeuristicLab.snk (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/PTSPMoveEvaluatorTest.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/Properties (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/Properties/AssemblyInfo.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3 (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.Problems.PTSP.Views-3.3.csproj (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.snk (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.Designer.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/Plugin.cs.frame (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTravelingSalesmanProblemView.Designer.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTravelingSalesmanProblemView.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/Properties (added) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/AnalyticalPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) #2221: Adding Tests and Views for PTSP Thu, 26 Mar 2015 15:14:52 GMT apolidur [12261] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInsertionLocalImprovement.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift/PTSPEstimatedInsertionEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPEstimatedInversionMovePathEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) * branches/PTSP/PTSP.sln (modified) #2221: Fixing MoveEvaluators after running unit tests Thu, 19 Mar 2015 16:16:39 GMT apolidur [12228] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/AnalyticalPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInsertionLocalImprovement.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInversionLocalImprovement.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPAnalyticalInversionMovePathEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PathPTSPTour.cs (added) * branches/PTSP/PTSP.sln (modified) #2221: Local improvement operator for VNS Wed, 18 Mar 2015 11:01:21 GMT apolidur [12219] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/AnalyticalPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/IPTSPPathMoveEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift/PTSPEstimatedInsertionEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/PTSPPathMoveEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPAnalyticalInversionMovePathEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPEstimatedInversionMovePathEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPInversionMovePathEvaluator.cs (deleted) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) #2221: First version of 1-shift and 2-p-opt moves Wed, 11 Mar 2015 13:34:11 GMT apolidur [12191] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/AnalyticalPTSP.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceMatrix.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/IPTSPMoveEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/IPTSPPathMoveEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/PTSPMoveEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/PTSPPathMoveEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPInversionMovePathEvaluator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) #2221: Splitting PTSP into Analytical and Estimated Tue, 10 Mar 2015 15:00:47 GMT apolidur [12183] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceMatrix.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) #2221: Adding exact and sampling evaluation functions Mon, 09 Mar 2015 14:57:56 GMT apolidur [12166] * branches/PTSP (added) * branches/PTSP/HeuristicLab.Problems.PTSP (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3 (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.snk (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Properties (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/PTSP/PTSP.sln (added) * branches/PTSP/PreBuildEvent.cmd (added) #2221: Initial commit of the branch