# # ChangeLog for branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithm.cs # # Generated by Trac 1.0.12 # 07/19/24 07:42:48 Sun, 22 Jan 2012 21:02:38 GMT ascheibe [7392] * branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs (modified) * branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithm.cs (modified) * branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithmMainLoop.cs (modified) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/DataReducer.cs (added) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj (modified) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/IntDataReducer.cs (deleted) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/LocalRandomGenerator.cs (added) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/SubScopesRandomCreator.cs (deleted) #1745 implemented reviewing comments for the data reducer and the ... Thu, 12 Jan 2012 18:31:53 GMT ascheibe [7322] * branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithm.cs (modified) * branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithmMainLoop.cs (modified) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/AllSubScopesIntReducer.cs (modified) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj (modified) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/ReductionTypes.cs (added) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/SubScopesIntReducer.cs (modified) #1745 - disabled parallel solution creation and evaluation because ... Sun, 08 Jan 2012 02:12:29 GMT ascheibe [7288] * branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj (modified) * branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithm.cs (added) * branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithmMainLoop.cs (added) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/AllSubScopesIntReducer.cs (added) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj (modified) * branches/HiveHiveEngine/HeuristicLab.Operators/3.3/SubScopesIntReducer.cs (added) #1745 added first version of a parallel island ga and reducing operators