# # ChangeLog for branches/ALPS/HeuristicLab.Algorithms.ALPS # # Generated by Trac 1.0.12 # 01/18/25 09:48:19 Wed, 21 Oct 2015 15:42:18 GMT pfleck [13046] * 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/Analyzers/AgeDistributionAnalyzer.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/OldestAverageYoungestAgeAnalyzer.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/OldestAverageYoungestAgeCalculator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/EldersEmigrator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/EldersSelector.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LayerCreator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LayerUpdator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/WeightingReducer.cs (modified) #2269 - Changed the age type from int to double. - Changed ... Mon, 19 Oct 2015 15:33:06 GMT pfleck [13037] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LayerCreator.cs (modified) #2269 When creating a new layer, reset the old results (e.g. quality ... Mon, 19 Oct 2015 14:27:05 GMT pfleck [13035] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainLoop.cs (modified) #2269 Fixed removing unnecessary operators. Mon, 19 Oct 2015 12:26:35 GMT pfleck [13031] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainLoop.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/MatingPoolCreator.cs (modified) #2269 Removed obsolete MatingPoolPreprocessor. Tue, 13 Oct 2015 09:18:46 GMT pfleck [12999] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/MatingPoolCreator.cs (modified) #2269 Removed MatingPoolSelectionPercentageParameter. Tue, 13 Oct 2015 07:57:42 GMT pfleck [12998] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithmMainLoop.cs (modified) #2269 - Removed unused operators in modified GA mainloop. - ... Fri, 09 Oct 2015 14:54:53 GMT pfleck [12997] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AgeInheritance.cs (deleted) * 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) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/WeightingReducer.cs (added) #2269 - Removed `AgeInheritance` enum and used a double [0-1] ... Fri, 09 Oct 2015 13:37:58 GMT pfleck [12996] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/EvaluatedSolutionsHistoryAnalyzer.cs (deleted) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/OldestAverageYoungestAgeAnalyzer.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) #2269 - Added age progression and distribution analyzers per ... Fri, 09 Oct 2015 12:45:46 GMT pfleck [12994] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame (modified) #2269 - Updated item and plugin descriptions. - Set `Creatable` ... Fri, 09 Oct 2015 12:37:18 GMT pfleck [12993] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (deleted) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) #2269 Removed `Alps` base class and integrated the code in ... Fri, 09 Oct 2015 11:47:46 GMT pfleck [12992] * 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/EldersEmigrator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LayerUniformSubScopesProcessor.cs (deleted) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LayerUpdator.cs (modified) #2269 - Changed PopulationSize from array to int. - Removed ... Fri, 14 Aug 2015 12:35:50 GMT pfleck [12863] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Analyzers/EvaluatedSolutionsHistoryAnalyzer.cs (added) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) #2269: Added EvaluatedSolutionsHistoryAnalyzer to keep track of the ... Thu, 02 Jul 2015 09:50:36 GMT pfleck [12570] * 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/Analyzers/OldestAverageYoungestAgeCalculator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LayerSorter.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LayerUniformSubScopesProcessor.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LayerUpdator.cs (modified) #2269 - Added missing Hook. - Sealed some classes. Tue, 30 Jun 2015 10:40:20 GMT pfleck [12548] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Alps.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) #2269 Moved updating of terminators to concrete ALPS implementation ... Mon, 29 Jun 2015 15:07:11 GMT pfleck [12533] * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs (modified) #2269 Re-added MaximumGenerations property based on the generations ... Mon, 29 Jun 2015 14:27:22 GMT pfleck [12531] * 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) #2269 Added Termination Criteria to standard ALPS-GA. 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 ... 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 ... 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 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.