# # ChangeLog for branches/PTSP/HeuristicLab.Problems.Instances/3.3/Types # # Generated by Trac 1.0.12 # 09/12/24 03:24:15 Sat, 28 Nov 2015 22:38:51 GMT abeham [13412] * branches/PTSP/HeuristicLab.Problems.Instances (copied) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB (copied) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/MarsagliaRandom.cs (added) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBATSPInstanceProvider.cs (modified) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBCVRPInstanceProvider.cs (modified) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBHeterogeneousPTSPDataDescriptor.cs (copied) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBHeterogeneousPTSPInstanceProvider.cs (copied) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBHomogeneousPTSPDataDescriptor.cs (copied) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBHomogeneousPTSPInstanceProvider.cs (copied) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBInstanceProvider.cs (modified) * branches/PTSP/HeuristicLab.Problems.Instances.TSPLIB/3.3/TSPLIBTSPInstanceProvider.cs (modified) * branches/PTSP/HeuristicLab.Problems.Instances/3.3 (modified) * branches/PTSP/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.Instances/3.3/Types/DistanceHelper.cs (modified) * branches/PTSP/HeuristicLab.Problems.Instances/3.3/Types/PTSPData.cs (moved) * branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/PTSPMoveEvaluatorTest.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.Problems.PTSP.Views-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/PathPTSPTourView.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/Plugin.cs.frame (modified) * branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/ProbabilisticTravelingSalesmanProblemView.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/AnalyticalPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Analyzers/BestPTSPSolutionAnalyzer.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators/AttDistance.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators/DistanceCalculator.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators/EuclideanDistance.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators/GeoDistance.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators/ManhattanDistance.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators/MaximumDistance.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators/RoundedEuclideanDistance.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceCalculators/UpperEuclideanDistance.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/DistanceMatrix.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/HeuristicLab.Problems.PTSP-3.3.csproj.DotSettings (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInsertionLocalImprovement.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInversionLocalImprovement.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/IEstimatedPTSPMoveEvaluator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/IEstimatedPTSPOperator.cs (moved) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/ITwoPointFiveMoveOperator.cs (moved) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators (deleted) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveGenerators (deleted) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveMakers (deleted) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/EstimatedPTSPMoveEvaluator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/OneShift (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/OneShift/PTSPEstimatedInsertionMoveEvaluator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoOpt (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoOpt/PTSPEstimatedInversionMoveEvaluator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/ExhaustiveTwoPointFiveMoveGenerator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/PTSPTwoPointFiveMoveEvaluator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/StochasticTwoPointFiveMultiMoveGenerator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/StochasticTwoPointFiveSingleMoveGenerator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/TwoPointFiveMove.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/TwoPointFiveMoveGenerator.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/TwoPointFiveMoveMaker.cs (copied) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSPLIBInstanceProvider.cs (deleted) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame (modified) * branches/PTSP/PTSP.sln (modified) #2221: * Completely refactored PTSP branch * Added two sets of ... Fri, 10 Jul 2015 14:49:32 GMT abeham [12722] * trunk/sources (modified) * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis (modified) * trunk/sources/HeuristicLab.Analysis (modified) * trunk/sources/HeuristicLab.Analysis.Views (modified) * trunk/sources/HeuristicLab.Core (modified) * trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.cs (modified) * trunk/sources/HeuristicLab.Data.Views (modified) * trunk/sources/HeuristicLab.Data.Views/3.3 (modified) * trunk/sources/HeuristicLab.Data/3.3 (modified) * trunk/sources/HeuristicLab.DataPreprocessing.Views (modified) * trunk/sources/HeuristicLab.DataPreprocessing/3.4 (modified) * trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding (modified) * trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding (modified) * trunk/sources/HeuristicLab.Encodings.PermutationEncoding (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views (modified) * trunk/sources/HeuristicLab.ExtLibs (modified) * trunk/sources/HeuristicLab.Optimization (modified) * trunk/sources/HeuristicLab.Optimization.Views (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs (modified) * trunk/sources/HeuristicLab.Optimizer (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/Documents/VNS_OP.hl (copied) * trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj (modified) * trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs (modified) * trunk/sources/HeuristicLab.Persistence (modified) * trunk/sources/HeuristicLab.Problems.ArtificialAnt (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution (modified) * trunk/sources/HeuristicLab.Problems.Instances (modified) * trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis (modified) * trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views (modified) * trunk/sources/HeuristicLab.Problems.Instances.Orienteering (copied) * trunk/sources/HeuristicLab.Problems.Instances.TSPLIB.Views (modified) * trunk/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.Instances/3.3/Types/OPData.cs (copied) * trunk/sources/HeuristicLab.Problems.LawnMower (modified) * trunk/sources/HeuristicLab.Problems.Orienteering (copied) * trunk/sources/HeuristicLab.Problems.Orienteering.Views (copied) * trunk/sources/HeuristicLab.Problems.Orienteering.Views/3.3/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.Orienteering/3.3/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.QuadraticAssignment (modified) * trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions (modified) * trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views (modified) * trunk/sources/HeuristicLab.Services.Hive (modified) * trunk/sources/HeuristicLab.Services.Hive.DataAccess (modified) * trunk/sources/HeuristicLab.Tests (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/DeepCloneableCloningTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/VnsOpSampleTest.cs (copied) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2208: integrated orienteering problem into trunk