# # ChangeLog for branches/ALPS # # Generated by Trac 1.0.12 # 05/22/24 09:01:22 Tue, 21 Apr 2015 13:12:49 GMT pfleck [12331] * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3 (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3/AlpsOffspringSelectionGeneticAlgorithm.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3/AlpsOffspringSelectionGeneticAlgorithmMainLoop.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3/HeuristicLab.Algorithms.ALPS.OffspringSelection-3.3.csproj (modified) #2375 Added first draft of ALPS-OSGA which simply uses a OSGA inside ... Tue, 21 Apr 2015 09:24:53 GMT pfleck [12330] * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3 (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3/HeuristicLab.Algorithms.ALPS.OffspringSelection-3.3.csproj (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3/HeuristicLab.snk (copied) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3/Plugin.cs.frame (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3/Properties (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.OffspringSelection/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS.sln (modified) #2375 Added ALPS-OS Plugin. 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 14:27:58 GMT pfleck [12260] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) #2269 - Changed default setting of selector for ALPS. - Fixed ... 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 ... Fri, 13 Mar 2015 08:58:07 GMT pfleck [12197] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainLoop.cs (modified) #2269 - Put `LayerAnalyzer` after migrating and layer updates. - ... 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 ... Wed, 11 Mar 2015 08:33:08 GMT pfleck [12186] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainLoop.cs (modified) #2269 Added the possibility for a plus-selection replacement scheme. 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. Fri, 06 Mar 2015 12:07:20 GMT pfleck [12149] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AgingScheme.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AgingSchemeCalculator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (modified) #2269 Removed `AgingScheme` type which inherited from `EnumValue`. ...