# # ChangeLog for trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj # # Generated by Trac 1.0.12 # 09/08/24 08:36:13 Wed, 25 Nov 2015 16:50:52 GMT pfleck [13402] * trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelectionGeneticAlgorithm.cs (copied) * trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelectionGeneticAlgorithmMainLoop.cs (copied) * trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelectionGeneticAlgorithmMainOperator.cs (copied) * trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/AlpsOffspringSelector.cs (copied) * trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) #2527 Implemented ALPS-OSGA on the base of the `AlpsGeneticAlgorithm` ... Tue, 17 Nov 2015 17:27:28 GMT pfleck [13231] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) #2269 Corrected output path of ALPS plugin. Also corrected the ... Tue, 17 Nov 2015 13:11:15 GMT ascheibe [13217] * trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) #2269 switched ALPS to project references Tue, 17 Nov 2015 12:59:22 GMT ascheibe [13214] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Algorithms.ALPS (copied) * trunk/sources/HeuristicLab.Algorithms.ALPS/3.3/Plugin.cs.frame (copied) #2269 moved ALPS from branch to trunk Tue, 17 Nov 2015 11:15:00 GMT pfleck [13206] * 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/AlpsGeneticAlgorithmMainOperator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/EldersSelector.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/HeuristicLab.Algorithms.ALPS-3.3.csproj (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/LastLayerCloner.cs (moved) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/MatingPoolCreator.cs (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/Properties/AssemblyInfo.cs.frame (modified) * branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/ReseedingController.cs (modified) #2269 Fixed typos and renamed some stuff suggested by ascheibe and ...