# # ChangeLog for branches/dataset-ids-2695/HeuristicLab.Algorithms.SimulatedAnnealing # # Generated by Trac 1.0.12 # 04/27/24 22:13:13 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 Sat, 29 Jul 2017 11:01:49 GMT jschiess [15295] * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/AcceptanceRatioReheatingOperator.cs (added) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ConsecutiveRejectionTemperatureResetOperator.cs (added) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/IReheatingOperator.cs (added) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ITemperatureInitializer.cs (added) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/NoReheatingOperator.cs (added) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/RandomWalkReheatingOperator.cs (added) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs (modified) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingImprovementOperator.cs (modified) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingMainLoop.cs (modified) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/TemperatureController.cs (added) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/TemperatureInitializerBasedOnAverageHillsize.cs (added) * trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ValueTemperatureInitializer.cs (added) #1836 SA reheating strategies: Refactoring