# # ChangeLog for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln # # Generated by Trac 1.0.12 # 03/29/24 08:46:55 Mon, 22 Jul 2013 10:05:19 GMT ascheibe [9730] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/ConvexHullView.Designer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/ConvexHullView.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3.csproj (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/PermutationSolutionDictionaryView.Designer.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/PermutationSolutionDictionaryView.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/PermutationSolutionDictionary.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/ConvexHull (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/ConvexHull/Collections.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/ConvexHull/ConvexFace.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/ConvexHull/ConvexFaceInternal.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/ConvexHull/ConvexHull.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/ConvexHull/ConvexHullInternal.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/ConvexHull/IVertex.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/HeuristicLab.snk (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/MIConvexHull.csproj (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/Properties (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/Properties/AssemblyInfo.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/StarMath (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/StarMath/StarMathLibrary.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/Triangulation (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/Triangulation/DelaunayTriangulation.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/Triangulation/Triangulation.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/Triangulation/TriangulationCell.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/Triangulation/VoronoiEdge.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/MIConvexHull/Triangulation/VoronoiMesh.cs (added) #1886 added a library that calculates convex hulls Sat, 20 Jul 2013 11:06:59 GMT ascheibe [9728] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3.csproj (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/PermutationSolutionDictionaryView.Designer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/PermutationSolutionDictionaryView.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/PermutationInformation.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/PermutationSolutionDictionary.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/SolutionCachingAnalyzer.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/SolutionDictionary.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln (modified) #1886 worked on solution caching Thu, 18 Jul 2013 13:45:03 GMT ascheibe [9723] * branches/HeuristicLab.Analysis.AlgorithmBehavior/AlgorithmBehaviorUnitTests (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/AlgorithmBehaviorUnitTests/AlgorithmBehaviorUnitTests.csproj (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/AlgorithmBehaviorUnitTests/Properties (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/AlgorithmBehaviorUnitTests/Properties/AssemblyInfo.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/AlgorithmBehaviorUnitTests/UnitTest1.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/PermutationSolutionDictionary.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/PermutationWrapper.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/PermutationWrapperEqualityComparer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/SolutionCachingAnalyzer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/SolutionsCaching/SolutionDictionary.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln (modified) #1886 worked on solution caching Tue, 30 Apr 2013 18:35:16 GMT ascheibe [9412] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA/3.3 (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA/3.3/ESLimitedGA.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA/3.3/ESLimitedGAMainLoop.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA/3.3/HeuristicLab.Algorithms.ESLimitedGA-3.3.csproj (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA/3.3/HeuristicLab.snk (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA/3.3/Plugin.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA/3.3/Properties (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Algorithms.ESLimitedGA/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln (modified) #1886 added GA with evaluated solutions as a stopping criteria Thu, 03 Jan 2013 12:23:37 GMT ascheibe [9095] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3 (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3.csproj (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/HeuristicLab.snk (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/Plugin.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/Properties (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/RunCollectionStatisticalTabularView.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/RunCollectionStatisticalTabularView.designer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/SuccessorConfigurator.Designer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/SuccessorConfigurator.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/SuccessorConfiguratorMenuItem.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Plugin.cs.frame (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/RunCollectionStatisticalTabularView.cs (deleted) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/RunCollectionStatisticalTabularView.designer.cs (deleted) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Views (deleted) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln (modified) #1886 added a project for views Fri, 17 Aug 2012 09:54:58 GMT ascheibe [8496] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior (deleted) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3 (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/AlgorithmBehaviorHelpers.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Plugin.cs.frame (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Properties (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators (deleted) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection (deleted) #1886 removed deprecated code and cleaned up plugin dependencies Thu, 26 Jul 2012 23:00:40 GMT ascheibe [8336] * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3 (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/CrossoverPerformanceAnalyzer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.snk (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Plugin.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Properties (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/AlleleOccurencesInGenerationsPerIndAnalyzer.cs (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj (modified) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/SimplePermutationEqualityComparer.cs (added) #1886 worked on crossover performance analyzer Fri, 29 Jun 2012 12:59:17 GMT jkarder [8161] * branches/HeuristicLab.Analysis.AlgorithmBehavior (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/Build.cmd (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3 (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3/AfterCrossoverOperator.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3/CreateTrackingDatastructures.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Operators-3.3.csproj (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3/HeuristicLab.snk (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3/Plugin.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3/Properties (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Operators/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.sln (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3 (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Analyzers/GenealogyAnalyzer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/GenealogyGraph.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.snk (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Interfaces (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Interfaces/IGenealogyGraph.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Plugin.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Properties (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3 (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/BestSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/ConditionalSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/CrowdedTournamentSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/GenderSpecificSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/GeneralizedRankSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/HeuristicLab.snk (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/LeftReducer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/LeftSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/LinearRankSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/MergingReducer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/NoSameMatesSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/OffspringSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/Plugin.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/Properties (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/ProportionalSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/RandomReplacer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/RandomSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/Reducer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/Replacer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/RightChildReducer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/RightReducer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/RightSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/Selector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/SingleObjectiveSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/StochasticSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/StochasticSingleObjectiveSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/TournamentSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/WorstReplacer.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Selection/3.3/WorstSelector.cs (added) * branches/HeuristicLab.Analysis.AlgorithmBehavior/PreBuildEvent.cmd (added) #1886: initial commit