# # ChangeLog for branches/VRP/HeuristicLab.Problems.VehicleRouting # # Generated by Trac 1.0.12 # 04/28/24 07:37:25 Mon, 06 Sep 2010 15:05:13 GMT svonolfe [4365] * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLabProblemsVehicleRoutingViewsPlugin.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/AlbaEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators/DefaultRepresentationCreator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators/PushForwardInsertionCreator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Crossovers (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Crossovers/AlbaCrossover.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Crossovers/AlbaPermutationCrossover.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Manipulators (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Manipulators/AlbaCustomerInsertionManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Manipulators/AlbaCustomerInversionManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Manipulators/AlbaCustomerSwapManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Manipulators/AlbaIntraRouteInversionManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Manipulators/AlbaLambdaInterchangeManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Manipulators/AlbaManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Manipulators/AlbaPermutationManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Creators (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Creators/MultiVRPSolutionCreator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/PermutationEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/TourEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/VRPEncoding.cs (deleted) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/VRPOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLabProblemsVehicleRoutingPlugin.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IMultiVRPOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPCrossover.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/SingleDepotVRPProblemInstance.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPEvaluator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPProblemInstance.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/General (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/General/IGeneralVRPOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs (modified) Worked on VRP operators (WIP) (#1177) Fri, 03 Sep 2010 09:15:22 GMT svonolfe [4363] * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLabProblemsVehicleRoutingViewsPlugin.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/DomainModel (deleted) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/AlbaOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators/DefaultRepresentationCreator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Tour.cs (copied) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/VRPEncoding.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLabProblemsVehicleRoutingPlugin.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEncoding.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEvaluator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation (deleted) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPEvaluation.cs (copied) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPEvaluator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPProblemInstance.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPTWEvaluation.cs (copied) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPTWEvaluator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/CVRP/CVRPTW/CVRPTWProblemInstance.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/SingleDepotVRPEvaluator.cs (copied) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRP/SingleDepotVRPProblemInstance.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPEvaluation.cs (copied) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPEvaluator.cs (copied) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPProblemInstance.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedEncoding.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedProblemInstance.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/ICapacitatedEncoding.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/ICapacitatedOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/ICapacitatedProblemInstance.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotEncoding.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotProblemInstance.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedEncoding.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedProblemInstance.cs (modified) Worked on the evaluators and on the project structure of the VRP ... Thu, 02 Sep 2010 14:45:33 GMT svonolfe [4362] * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLabProblemsVehicleRoutingViewsPlugin.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/VehicleRoutingProblemView.Designer.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/VehicleRoutingProblemView.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/DomainModel (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/DomainModel/Tour.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/AlbaOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators/AlbaCreator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators/DefaultRepresentationCreator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators/RandomCreator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/VRPEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/VRPOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLabProblemsVehicleRoutingPlugin.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPCreator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEvaluator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated/Heterogenous (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated/Homogenous (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated/Homogenous/ICapacitatedEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated/Homogenous/ICapacitatedOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/Capacitated/Homogenous/ICapacitatedProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/SingleDepot (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/SingleDepot/ISingleDepotEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/SingleDepot/ISingleDepotOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/SingleDepot/ISingleDepotProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/TimeWindowed (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/TimeWindowed/ITimeWindowedEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/TimeWindowed/ITimeWindowedOperator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/Variants/TimeWindowed/ITimeWindowedProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Parsers (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Parsers/ORLIBParser.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Parsers/SolomonParser.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Parsers/TSPLIBParser.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/CVRPProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/CVRPTWProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation/CVRPEvaluation.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation/CVRPTWEvaluation.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation/Evaluators (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation/Evaluators/SingleDepotVRPEvaluator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation/Evaluators/VRPEvaluator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation/MoveEvaluators (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/Evaluation/VRPEvaluation.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/SingleDepotVRPProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPProblemInstance.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/VRPUtilities.cs (deleted) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs (modified) Added initial version - WIP (#1177) Wed, 01 Sep 2010 11:55:50 GMT svonolfe [4361] * branches/VRP/HeuristicLab 3.3.sln (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLabProblemsVehicleRoutingViewsPlugin.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/Properties/AssemblyInfo.frame (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLabProblemsVehicleRoutingPlugin.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Properties/AssemblyInfo.frame (modified) * branches/VRP/HeuristicLab/3.3/Files.txt (modified) Create VRP branch for 3.4 (#1177) Wed, 01 Sep 2010 11:46:08 GMT svonolfe [4360] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4 (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.snk (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLabProblemsVehicleRoutingPlugin.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLabProblemsVehicleRoutingPlugin.cs.frame (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ORLIBParser.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Properties (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Properties/AssemblyInfo.frame (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/SolomonParser.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/TSPLIBParser.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/VRPUtilities.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs (added) Create VRP branch for 3.4 (#1177) Wed, 01 Sep 2010 11:39:04 GMT svonolfe [4357] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3 (deleted) Create VRP branch for 3.4 (#1177) Tue, 31 Aug 2010 12:24:12 GMT svonolfe [4347] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Creators/MultiVRPSolutionCreator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Crossovers/MultiVRPSolutionCrossover.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Manipulators/MultiVRPSolutionManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Moves/MultiVRPMoveOperator/MultiVRPMoveGenerator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (modified) Sorted Operators alphabetically, disabled LS operators by default (#1039) Tue, 31 Aug 2010 12:03:12 GMT svonolfe [4346] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers/AlbaPermutationCrossover.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaCustomerInsertionManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaCustomerInversionManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaCustomerSwapManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaIntraRouteInversionManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaLambdaInterchangeManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaPermutationManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/AlbaMoveMaker.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/AlbaPermutationMoveOperator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/Interfaces/IAlbaIntraRouteInversionMoveOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/Interfaces/IAlbaLambdaInterchangeMoveOperator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/AlbaExhaustiveIntraRouteInversionMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/AlbaIntraRouteInversionEvaluator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/AlbaIntraRouteInversionMove.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/AlbaIntraRouteInversionMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/AlbaIntraRouteInversionMoveMaker.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/AlbaStochasticIntraRouteInversionMutliMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/AlbaStochasticIntraRouteInversionSingleMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/AlbaExhaustiveLambdaInterchangeMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/AlbaLambdaInterchangeMove.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/AlbaLambdaInterchangeMoveEvaluator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/AlbaLambdaInterchangeMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/AlbaLambdaInterchangeMoveMaker.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/AlbaStochasticLambdaInterchangeMutliMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/AlbaStochasticLambdaInterchangeSingleMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveEvaluator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveGenerator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveHardTabuCriterion.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveMaker.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveSoftTabuCriterion.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveTabuMaker.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/GVR/Crossovers/GVRCrossover.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/GVR/Manipulators/GVRDisplacementManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/GVR/Manipulators/GVRInsertionManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/GVR/Manipulators/GVRInversionManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/GVR/Manipulators/GVRSwapManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Creators/MultiVRPSolutionCreator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Crossovers/MultiVRPSolutionCrossover.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Crossovers/RandomParentCloneCrossover.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Manipulators/MultiVRPSolutionManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/PotvinRouteBasedCrossover.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/PotvinSequenceBasedCrossover.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/PotvinLocalSearchManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/PotvinOneLevelExchangeManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/PotvinTwoLevelExchangeManipulator.cs (moved) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Prins/Crossovers/PrinsPermutationCrossover.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Prins/Manipulators/PrinsPermutationManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Crossovers/ZhuPermutationCrossover.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Manipulators/ZhuPermutationManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) Renamed operators, added comments according to code review (#1039) Thu, 26 Aug 2010 16:07:10 GMT svonolfe [4331] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestAverageWorstVRPToursAnalyzer.cs (modified) Made the VRPTours analyzer work with multi population algorithms (#1039) Thu, 26 Aug 2010 15:41:13 GMT svonolfe [4330] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/StochasticIntraRouteInversionSingleMoveGenerator.cs (modified) Fixed a small bug in the route inversion move generator (#1039) Wed, 25 Aug 2010 15:14:04 GMT svonolfe [4319] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Crossovers/EmptyVRPCrossover.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) Added EmptyVRPCrossover (#1039) Wed, 25 Aug 2010 15:03:08 GMT svonolfe [4318] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestAverageWorstVRPToursAnalyzer.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs (modified) Improved VRP analyzers (#1039) Wed, 25 Aug 2010 14:29:06 GMT svonolfe [4317] * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/ORLIBParser.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/TSPLIBParser.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (modified) Improved the parsers (#1039) Wed, 25 Aug 2010 11:50:51 GMT svonolfe [4315] * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/ORLIBParser.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (modified) Added ORLIBParser (#1039) Tue, 24 Aug 2010 12:52:26 GMT svonolfe [4301] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestAverageWorstVRPToursAnalyzer.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestAverageWorstVRPToursCalculator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPToursMemorizer.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLabProblemsVehicleRoutingPlugin.cs.frame (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (modified) Added VRPTours analyzer (#1039) Mon, 23 Aug 2010 14:49:22 GMT svonolfe [4293] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/PermutationEncoding.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Crossovers (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Crossovers/ZhuCrossover.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Crossovers/ZhuHeuristicCrossover1.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Crossovers/ZhuHeuristicCrossover2.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Crossovers/ZhuMergeCrossover1.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Crossovers/ZhuMergeCrossover2.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Crossovers/ZhuPermutationCrossover.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Manipulators (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Manipulators/ZhuManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/Manipulators/ZhuPermutationManipulator.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Zhu/ZhuEncoding.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) Added Zhu Encoding (#1039) Mon, 23 Aug 2010 12:26:13 GMT svonolfe [4288] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/IntraRouteInversionMove.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/IntraRouteInversionMoveMaker.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/LambdaInterchangeMove.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/LambdaInterchangeMoveMaker.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Moves/Interfaces/IVRPMove.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Moves/MultiVRPMoveOperator/MultiVRPMoveMaker.cs (modified) Made intra route inversion and lamda interchange moves work with the ... Mon, 23 Aug 2010 12:06:43 GMT svonolfe [4287] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/IntraRouteInversion/IntraRouteInversionMove.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/ExhaustiveLambdaInterchangeMoveGenerator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/LambdaInterchangeMove.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/StochasticLambdaInterchangeSingleMoveGenerator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Moves/Interfaces/IVRPMove.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Moves/MultiVRPMoveOperator/MultiVRPMoveEvaluator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Moves/MultiVRPMoveOperator/MultiVRPMoveMaker.cs (modified) Made intra route inversion and lamda interchange moves work with the ... Mon, 23 Aug 2010 11:41:26 GMT svonolfe [4286] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/AlbaEncoding.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/LambdaInterchangeManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/StochasticLambdaInterchangeSingleMoveGenerator.cs (modified) Reverted r4284, fixed a minor issue with the alba encoding (#1039) Mon, 23 Aug 2010 09:32:15 GMT svonolfe [4284] * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/LambdaInterchangeManipulator.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/LambdaInterchange/StochasticLambdaInterchangeSingleMoveGenerator.cs (modified) Fixed a bug in the lambda interchange move (#1039)