# # ChangeLog for branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test/LinkageTreeTest.cs # # Generated by Trac 1.0.12 # 08/14/24 06:38:43 Fri, 05 Dec 2014 11:25:32 GMT bgoldman [11663] * branches/Parameter-less Population Pyramid/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.csproj (modified) * branches/Parameter-less Population Pyramid/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/LinkageCrossover.cs (added) * branches/Parameter-less Population Pyramid/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/LinkageTree.cs (modified) * branches/Parameter-less Population Pyramid/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/Population.cs (added) * branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test/LinkageTreeTest.cs (modified) #2282 Reworked Linkage Tree to provide interface for clusters, moved ... Fri, 05 Dec 2014 09:40:26 GMT mkommend [11662] * branches/Parameter-less Population Pyramid/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/LinkageTree.cs (modified) * branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test/LinkageTreeTest.cs (modified) #2282: Refactored LinkageTree and adapted unit tests. Thu, 04 Dec 2014 15:21:45 GMT bgoldman [11656] * branches/Parameter-less Population Pyramid (modified) * branches/Parameter-less Population Pyramid/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/DeceptiveTrapProblem.cs (modified) * branches/Parameter-less Population Pyramid/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.csproj (modified) * branches/Parameter-less Population Pyramid/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/LinkageTree.cs (added) * branches/Parameter-less Population Pyramid/Parameter-less Population Pyramid.sln (modified) * branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test (added) * branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test/LinkageTreeTest.cs (added) * branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test/ParameterlessPopulationPyramid.Test.csproj (added) * branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test/Properties (added) * branches/Parameter-less Population Pyramid/ParameterlessPopulationPyramid.Test/Properties/AssemblyInfo.cs (added) #2282 Test Case Creation and first draft of clustering completed.