# # ChangeLog for branches/dataset-ids-2695/HeuristicLab.Algorithms.ParameterlessPopulationPyramid # # Generated by Trac 1.0.12 # 05/14/24 06:19:38 Mon, 07 Aug 2017 08:34:08 GMT gkronber [15310] * branches/dataset-ids-2695 (modified) * branches/dataset-ids-2695/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/EvaluationTracker.cs (modified) * branches/dataset-ids-2695/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/LinkageTree.cs (modified) * branches/dataset-ids-2695/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs (modified) * branches/dataset-ids-2695/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/Population.cs (modified) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/AcceptanceRatioReheatingOperator.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ConsecutiveRejectionTemperatureResetOperator.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/IReheatingOperator.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ITemperatureInitializer.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/NoReheatingOperator.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/RandomWalkReheatingOperator.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs (modified) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingImprovementOperator.cs (modified) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingMainLoop.cs (modified) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/TemperatureController.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/TemperatureInitializerBasedOnAverageHillsize.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ValueTemperatureInitializer.cs (deleted) * branches/dataset-ids-2695/HeuristicLab.Optimization (modified) * branches/dataset-ids-2695/HeuristicLab.Optimization/3.3/Algorithms/BasicAlgorithm.cs (modified) * branches/dataset-ids-2695/HeuristicLab.Optimizer (modified) * branches/dataset-ids-2695/HeuristicLab.Optimizer/3.3/MenuItems/ChangeNestingLevelMenuItem.cs (modified) #2695: merged r15299:15302 from trunk to branch Sat, 29 Jul 2017 13:58:04 GMT gkronber [15296] * branches/dataset-ids-2695 (copied) #2695 created a feature development branch Fri, 23 Dec 2016 15:13:11 GMT jkarder [14527] * trunk/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/ParameterlessPopulationPyramid.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3/ParameterlessPopulationPyramidTest.cs (modified) #2524: * made sure that P3 results are updated after cancellation * ...