# # ChangeLog for branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState # # Generated by Trac 1.0.12 # 07/05/24 03:44:14 Tue, 31 Mar 2015 11:18:59 GMT pfleck [12271] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainOperator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AgeInheritance.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AgingScheme.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AgingSchemeCalculator.cs (deleted) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) #2269 Added `AgeInheritance` as own type and value for consistent ... Tue, 31 Mar 2015 09:44:41 GMT pfleck [12270] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/SteadyStateMatingPoolCreator.cs (modified) #2350 Renamed `EvaluatedSolutions` and `ResultEvaluatedSolutions` to ... Thu, 26 Mar 2015 12:35:56 GMT pfleck [12259] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainOperator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsMover.cs (modified) #2350 - Individuals keep track of their last move. - When trying ... Wed, 18 Mar 2015 15:48:11 GMT pfleck [12224] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsMover.cs (modified) #2350 Fixed a bug when selecting an individual for replacement during ... Wed, 18 Mar 2015 15:02:27 GMT pfleck [12223] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/RandomIntAssigner.cs (modified) #2350 Fixed calculation of init phase duration. Wed, 18 Mar 2015 13:25:08 GMT pfleck [12220] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsMover.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/SteadyStateMatingPoolCreator.cs (modified) #2350 - Implemented elitism by sorting the layer and restricting ... Wed, 11 Mar 2015 14:45:29 GMT pfleck [12192] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/SteadyStateMatingPoolCreator.cs (modified) #2350 Improved performance of steady state ALPS. - Introduced a ... Tue, 10 Mar 2015 10:54:17 GMT pfleck [12174] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsMover.cs (modified) #2350 The `AlpsSsMover` now prioritize moved individuals based on ... Tue, 10 Mar 2015 09:00:41 GMT pfleck [12171] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/SteadyStateMatingPoolCreator.cs (modified) #2350 Changed `SteadyStateMatingPoolCreator` to only select ... Mon, 09 Mar 2015 10:55:47 GMT pfleck [12162] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsMover.cs (modified) #2350 Fixed SteadyState ALPS Mover and MainLoop. Mon, 09 Mar 2015 09:32:47 GMT pfleck [12159] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/NamedSubScopeProcessor.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/ScopeIndexAssigner.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/SteadyStateMatingPoolCreator.cs (modified) #2350 - Changed the `SteadyStateMatingPoolCreator` to put the ... Mon, 09 Mar 2015 08:39:47 GMT pfleck [12157] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/NamedSubScopeProcessor.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/NamedSubScopesCreator.cs (modified) #2350 - Added a `NamedSubScopeProcessor` to process an name Scope ... Fri, 06 Mar 2015 13:51:28 GMT pfleck [12153] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/NamedSubScopesCreator.cs (added) #2350 Started implementing a different scope structure for steady- ... Fri, 06 Mar 2015 12:24:42 GMT pfleck [12150] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainOperator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsMover.cs (modified) #2350 Fixed Bugs in Steady-State ALPS OperatorGraph and Mover. Thu, 05 Mar 2015 14:35:15 GMT pfleck [12142] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsMover.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/RandomLayerProcessor.cs (modified) #2350 - Changed PopulationSize parameter to IntValue. - ... Thu, 05 Mar 2015 12:35:38 GMT pfleck [12138] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainOperator.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (modified) #2350 - Added the AlpsSsGeneticAlgorithmMainOperator. - Changed ... Thu, 05 Mar 2015 09:51:17 GMT pfleck [12136] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/RandomIntAssigner.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/RandomLayerProcessor.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/SteadyStateMatingPoolCreator.cs (added) #2350 - Worked on AlpsSsGeneticAlgorithmMainLoop. - Added ... Wed, 04 Mar 2015 13:07:38 GMT pfleck [12120] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainLoop.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) #2350 - Implemented `AlpsSsGeneticAlgorithm`. - Created empty ... Wed, 04 Mar 2015 11:53:48 GMT pfleck [12119] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AgingSchemeCalculator.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/ShiftToRightMigrator.cs (modified) #2350 - Created base class `Alps` which manages ALPS specific ... Wed, 04 Mar 2015 09:01:54 GMT pfleck [12115] * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3 (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.Algorithms.ALPS.SteadyState-3.3.csproj (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/HeuristicLab.snk (copied) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/Plugin.cs.frame (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/Properties (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.sln (modified) #2350 Added ALPS.SteadyState Plugin.