# # ChangeLog for branches/HeuristicLab.VRPEnhancements # # Generated by Trac 1.0.12 # 05/16/24 00:47:33 Fri, 03 Feb 2017 13:47:52 GMT pfleck [14645] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPSolutionView.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/GeographicDistanceClusterCreator.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/TemporalDistanceClusterCreator.cs (modified) #2707 - Fixed a bug in cluster creators. - Added the vehicle rr ... Fri, 03 Feb 2017 13:45:20 GMT pfleck [14644] * branches/HeuristicLab.VRPEnhancements (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.VRPEnhancements.sln (modified) #2707 Adapted paths and references for branches view plugin. Fri, 03 Feb 2017 13:32:18 GMT pfleck [14643] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting.Views (copied) #2707 Branches VRP Views. Thu, 12 Jan 2017 15:42:50 GMT pfleck [14559] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/Cluster.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/GeographicDistanceClusterCreator.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/TemporalDistanceClusterCreator.cs (modified) #2707 Simplified k-means clustering for ClusterCreators. Fri, 02 Dec 2016 14:46:43 GMT jzenisek [14447] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/Cluster.cs (modified) #2707 updated generic type instantiation in cluster algorithm Fri, 02 Dec 2016 13:03:55 GMT jzenisek [14442] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/Cluster.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/GeographicDistanceClusterCreator.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/TemporalDistanceClusterCreator.cs (modified) #2707 fixed min variance bug in time window based k-means clustering Wed, 30 Nov 2016 13:49:22 GMT jzenisek [14431] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/Cluster.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/GeographicDistanceClusterCreator.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/TemporalDistanceClusterCreator.cs (modified) #2707 updated clustering: implemented a quite generic version Wed, 30 Nov 2016 08:24:40 GMT jzenisek [14430] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/Cluster.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/GeographicDistanceClusterCreator.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/TemporalDistanceClusterCreator.cs (copied) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (modified) #2707 added temporal distance clustering Mon, 28 Nov 2016 15:41:36 GMT jzenisek [14424] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/Cluster.cs (added) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/ClusterCreator.cs (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/GeographicDistanceClusterCreator.cs (added) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (modified) #2707 adapted clustering leading to more generic usage Fri, 25 Nov 2016 13:53:50 GMT jzenisek [14417] * branches/HeuristicLab.VRPEnhancements/Build.cmd (added) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Creators/ClusterCreator.cs (added) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Crossovers/PotvinEdgePreservingSequenceBasedCrossover.cs (added) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Manipulators/PotvinGreedyTourCreationManipulator.cs (added) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (modified) * branches/HeuristicLab.VRPEnhancements/HeuristicLab.VRPEnhancements.sln (added) * branches/HeuristicLab.VRPEnhancements/PreBuildEvent.cmd (added) #2707 added some new vrp operators (1 creator, 1 crossover, 1 ... Fri, 25 Nov 2016 13:15:33 GMT jzenisek [14416] * branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting (copied) #2707 branch for several vrp enhancements Fri, 25 Nov 2016 13:14:37 GMT jzenisek [14415] * branches/HeuristicLab.VRPEnhancements (added) #2707 Added folder for new VRP branch