# # ChangeLog for branches/jschiess # # Generated by Trac 1.0.12 # 05/04/24 23:14:02 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 Tue, 10 Jan 2017 17:03:16 GMT jschiess [14555] * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/AcceptanceRatioReheatingOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ConnollyReheatingOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ConsecutiveRejectionReheatingOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ContinuousReheater.cs (deleted) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/FixedReheater.cs (deleted) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj.user (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/IReheatingOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ISimulatedAnnealingHeatingStrategy.cs (deleted) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/NoReheatingOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingImprovementOperator.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingMainLoop.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/TemperatureController.cs (modified) #1836 SA reheating strategies: Refactoring, Added Connolly Reheater ... Sun, 04 Dec 2016 15:18:45 GMT jschiess [14452] * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ContinuousReheater.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/FixedReheater.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/ISimulatedAnnealingHeatingStrategy.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingMainLoop.cs (modified) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/TemperatureController.cs (added) #1836 SA reheating strategies: First version of continuous reheater ... Tue, 22 Nov 2016 17:59:34 GMT jschiess [14406] * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3 (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/.vs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/.vs/HeuristicLab.Algorithms.SimulatedAnnealing-3.3 (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/.vs/HeuristicLab.Algorithms.SimulatedAnnealing-3.3/v14 (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/.vs/HeuristicLab.Algorithms.SimulatedAnnealing-3.3/v14/.suo (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.snk (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/Plugin.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/Plugin.cs.frame (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/Properties (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/Properties/AssemblyInfo.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingImprovementOperator.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealingMainLoop.cs (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/obj (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/obj/Release (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/obj/Release/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj.FileListAbsolute.txt (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/obj/Release/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll (added) * branches/jschiess/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/obj/Release/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.pdb (added) #1836 SA reheating strategies: Initialize branch with baseversion of SA Mon, 14 Nov 2016 12:53:48 GMT jkarder [14389] * branches/jschiess (added) folder for student implementing reheating strategies for simulated ...