# # ChangeLog for trunk # # Generated by Trac 1.0.12 # 10/18/24 22:00:54 Tue, 10 Aug 2010 15:40:41 GMT svonolfe [4186] * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/PotvinCrossover.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/RouteBasedCrossover.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/SequenceBasedCrossover.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/SequenceBasedCrossover2.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/LocalSearchManipulator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/TwoLevelExchangeManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VRPOperator.cs (modified) Added some Potvin operators (RBX, SBX, LSM) (#1039) Tue, 10 Aug 2010 09:32:52 GMT svonolfe [4185] * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.Designer.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VRPSolution.cs (modified) Improved VRP visualization (#1039) Tue, 10 Aug 2010 08:20:41 GMT svonolfe [4184] * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs (modified) Adapted VRP analyzer (#1039) Tue, 10 Aug 2010 08:06:14 GMT svonolfe [4183] * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Creators (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Creators/DefaultRepresentationCreator.cs (moved) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Creators/PushForwardInsertionCreator.cs (moved) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Creators/RandomCreator.cs (moved) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Crossovers (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Crossovers/MultiVRPCrossover.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/Crossovers/MultiVRPManipulator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) Added the MultiVRPCrossover and MultiVRPManipulator operators (#1039) Tue, 10 Aug 2010 07:58:35 GMT abeham [4182] * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/HeuristicLab.VS2010Wizards.Test.csproj (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/app.config (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/HeuristicLab.VS2010Wizards.csproj (modified) #567 * Changed target framework back to 4.0 for wizards Mon, 09 Aug 2010 23:10:05 GMT abeham [4181] * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/HeuristicLab.VS2010Wizards.Test.csproj (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/Program.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/Properties (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/Properties/AssemblyInfo.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/Properties/Resources.Designer.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/Properties/Resources.resx (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/Properties/Settings.Designer.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/Properties/Settings.settings (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards.Test/app.config (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/AlgorithmWizardForm.Designer.cs (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/AlgorithmWizardForm.cs (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/AlgorithmWizardForm.resx (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/HeuristicLab.VS2010Wizards.csproj (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/ParametersControl.Designer.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/ParametersControl.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/ParametersControl.resx (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Properties/Resources.Designer.cs (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Properties/Resources.resx (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Resources (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Resources/HL3_Logo.png (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Resources/VS2008ImageLibrary_Actions_Delete.png (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Resources/VS2008ImageLibrary_CommonElements_Actions_Add.png (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Resources/VS2008ImageLibrary_CommonElements_Objects_Arrow_Down.png (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Resources/VS2008ImageLibrary_CommonElements_Objects_Arrow_Up.png (added) * trunk/tools/Templates/VS2010Wizards.sln (modified) #567 * Improved algorithm wizard design Mon, 09 Aug 2010 19:49:31 GMT abeham [4180] * trunk/tools/Templates (modified) * trunk/tools/Templates/VS2010Wizards.suo (deleted) #567 * Deleted suo file Mon, 09 Aug 2010 16:08:14 GMT svonolfe [4179] * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/AlbaEncoding.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Creators (deleted) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers/AlbaCrossover.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/AlbaMoveMaker.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/AlbaMoveOperator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveGenerator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveHardTabuCriterion.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveMaker.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveSoftTabuCriterion.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveTabuMaker.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/DefaultRepresentationCreator.cs (moved) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/PushForwardInsertionCreator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/RandomCreator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Creators (deleted) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/PotvinCrossover.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/SequenceBasedCrossover.cs (moved) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/OneLevelExchangeManipulator.cs (moved) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/PotvinManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/TwoLevelExchangeManipulator.cs (moved) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPCreator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPCrossover.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPMoveOperator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Evaluators/VRPEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPCreator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPMoveOperator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/MoveEvaluators/VRPMoveEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VRPOperator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (modified) Refactored VRP based on the code review (#1039) Mon, 09 Aug 2010 13:34:47 GMT mkommend [4178] * trunk/sources/HeuristicLab.Data.Views/3.3/ColumnsVisibilityDialog.Designer.cs (modified) * trunk/sources/HeuristicLab.Data.Views/3.3/ColumnsVisibilityDialog.cs (modified) * trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.Designer.cs (modified) * trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs (modified) adapted the !ColumnsVisibilityDialog and corrected copy and past ... Mon, 09 Aug 2010 11:29:06 GMT svonolfe [4177] * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/AlbaEncoding.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Creators/AlbaPermutationCreator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Creators/AlbaPushForwardInsertionCreator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Creators/AlbaRandomCreator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers/AlbaCrossover.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers/AlbaPermutationCrossover.cs (deleted) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaPermutationManipulator.cs (deleted) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/AlbaMoveMaker.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/AlbaMoveOperator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveGenerator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveHardTabuCriterion.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveMaker.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveSoftTabuCriterion.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveTabuMaker.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/PushForwardInsertionCreator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/General/RandomCreator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Creators/PotvinPushForwardInsertionCreator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Creators/PotvinRandomCreator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/PotvinSBXCrossover.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/Potvin1MManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/Potvin2MManipulator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/PotvinEncoding.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPMoveMaker.cs (added) Refactored VRP in preparation for the code review (#1039) Sat, 07 Aug 2010 22:28:59 GMT abeham [4176] * trunk/tools/Templates/HeuristicLab.VS2010Wizards (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/AlgorithmWizard.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/AlgorithmWizardForm.Designer.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/AlgorithmWizardForm.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/AlgorithmWizardForm.resx (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/HeuristicLab.VS2010Wizards.csproj (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/HeuristicLabIcon.ico (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Properties/AssemblyInfo.cs (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Properties/Resources.Designer.cs (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/Properties/Resources.resx (added) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/ViewWizard.cs (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/ViewWizardForm.Designer.cs (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/ViewWizardForm.cs (modified) * trunk/tools/Templates/HeuristicLab.VS2010Wizards/ViewWizardForm.resx (modified) * trunk/tools/Templates/HeuristicLabAlgorithmTemplate (added) * trunk/tools/Templates/HeuristicLabAlgorithmTemplate/DefaultAlgorithm.cs (added) * trunk/tools/Templates/HeuristicLabAlgorithmTemplate/InstallTemplate.cmd (added) * trunk/tools/Templates/HeuristicLabAlgorithmTemplate/MyTemplate.vstemplate (added) * trunk/tools/Templates/HeuristicLabAlgorithmTemplate/__TemplateIcon.ico (added) * trunk/tools/Templates/HeuristicLabVS2010WizardsInstaller/HeuristicLabVS2010WizardsInstaller.vdproj (modified) * trunk/tools/Templates/HeuristicLabViewTemplate/DefaultView.cs (modified) * trunk/tools/Templates/HeuristicLabViewTemplate/InstallTemplate.cmd (added) * trunk/tools/Templates/HeuristicLabViewTemplate/MyTemplate.vstemplate (modified) * trunk/tools/Templates/VS2010Wizards.sln (modified) * trunk/tools/Templates/VS2010Wizards.suo (modified) #567 * Updated installer * Updated View template * Added ... Fri, 06 Aug 2010 14:59:13 GMT epitzer [4175] * trunk/sources/HeuristicLab.Persistence/3.3/Core/ConfigurationService.cs (modified) * trunk/sources/HeuristicLab.Persistence/3.3/Core/DeSerializer.cs (modified) * trunk/sources/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableSerializer.cs (modified) Properly copy serializers when initializing global configuration. (#1136) Fri, 06 Aug 2010 14:08:46 GMT svonolfe [4174] * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/AlbaEncoding.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/PotvinCrossover.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Crossovers/PotvinSBXCrossover.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/Potvin1MManipulator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/Potvin2MManipulator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/Manipulators/PotvinManipulator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Potvin/PotvinEncoding.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Tour.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Evaluators/VRPEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VRPOperator.cs (modified) Refactored VRP, added some Potvin operators (WIP) (#1039) Fri, 06 Aug 2010 11:50:38 GMT mkofler [4172] * trunk/documentation/Logo/hl_logo_wiki_345x80_white.png (added) Added HL logo as PNG with white background and resolution 345x80px ... Thu, 05 Aug 2010 12:31:33 GMT mkofler [4169] * trunk/documentation/Logo (added) * trunk/documentation/Logo/hl_logo_large.svg (added) * trunk/documentation/Logo/hl_logo_large_600x120_trans.png (added) * trunk/documentation/Logo/hl_logo_large_600x120_white.png (added) * trunk/documentation/Logo/hl_logo_med.svg (added) * trunk/documentation/Logo/hl_logo_med_160x180_trans.png (added) * trunk/documentation/Logo/hl_logo_small.svg (added) Added HL logo in different sizes plus SVG source files Thu, 05 Aug 2010 12:06:44 GMT abeham [4168] * trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/NSGA2.cs (modified) #1040 * Fixed a bug in the clone method Thu, 05 Aug 2010 11:40:06 GMT abeham [4167] * trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/CrowdedTournamentSelector.cs (modified) #1040 * Added item attribute to `CrowdedTournamentSelector` Thu, 05 Aug 2010 09:19:41 GMT gkronber [4166] * trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/Evaluators/MultiObjectiveSymbolicRegressionMeanSquaredErrorEvaluator.cs (added) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Regression/3.3/Symbolic/MultiObjectiveSymbolicRegressionProblem.cs (modified) Added MSE evaluator for multi-objective symb reg problems. #1118 Thu, 05 Aug 2010 09:18:12 GMT gkronber [4165] * trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/CrowdedTournamentSelector.cs (modified) Added storable attribute to `CrowdedTournamentSelector`. #1040 Thu, 05 Aug 2010 08:54:00 GMT mkommend [4164] * trunk/sources/HeuristicLab.Optimization/3.3/RunCollection.cs (modified) Added persistence of Constraints to !RunCollection (ticket #1124).