# # ChangeLog for branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4 # # Generated by Trac 1.0.12 # 07/18/24 17:17:37 Mon, 21 Aug 2017 09:17:24 GMT jschiess [15333] * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/.vs/HeuristicLab.Algorithms.SimulatedAnnealing-3.3/v14/.suo (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/AcceptanceRatioReheatingOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/AdaptiveReheatingOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ConsecutiveRejectionTemperatureResetOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/NoReheatingOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/RandomWalkReheatingOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/SimulatedAnnealingMainLoop.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/TemperatureController.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/TemperatureInitializerBasedOnAverageHillsize.cs (modified) #1836 SA reheating strategies + added an adaptive temperature ... Wed, 09 Aug 2017 08:37:45 GMT jschiess [15315] * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/AcceptanceRatioReheatingOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ConsecutiveRejectionTemperatureResetOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ITemperatureInitializer.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/RandomWalkReheatingOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/SimulatedAnnealing.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/SimulatedAnnealingMainLoop.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/TemperatureController.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/TemperatureInitializerBasedOnAverageHillsize.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ValueTemperatureInitializer.cs (added) #1836 SA reheating strategies: + Finalized strategies + Added ... Tue, 30 May 2017 05:50:37 GMT jschiess [15001] * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/AcceptanceRatioReheatingOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ConnollyReheatingOperator.cs (deleted) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ConsecutiveRejectionReheatingOperator.cs (deleted) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ConsecutiveRejectionTemperatureResetBasedOnAverageHillsizeOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/ConsecutiveRejectionTemperatureResetOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj (deleted) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj.user (deleted) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/HeuristicLab.Algorithms.SimulatedAnnealing-3.4.csproj (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/SimulatedAnnealing.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/SimulatedAnnealingMainLoop.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/TemperatureController.cs (modified) #1836 SA reheating strategies: Newest version of reheating Fri, 10 Mar 2017 11:48:23 GMT jschiess [14743] * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4 (moved) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/HeuristicLab.Algorithms.SimulatedAnnealing-3.4.csproj (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Plugin.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Plugin.cs.frame (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Properties/AssemblyInfo.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.4/Properties/AssemblyInfo.cs.frame (modified) #1836 SA reheating strategies: Changed plugin version to 3.4 Fri, 24 Feb 2017 17:48:57 GMT jschiess [14702] * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ConsecutiveRejectionReheatingOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ConsecutiveRejectionTemperatureResetOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingMainLoop.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/TemperatureController.cs (modified) #1836 SA reheating strategies: Added basic temperature reset strategy