# # ChangeLog for branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithm.cs # # Generated by Trac 1.0.12 # 04/28/24 14:54:18 Fri, 31 Oct 2014 12:52:02 GMT ascheibe [11516] * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm-3.3.csproj (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/ISubScopesQualityComparatorOperator.cs (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithm.cs (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/WeightedParentsDiversityComparator.cs (added) #2267 added new subscopes comparer Thu, 30 Oct 2014 13:47:32 GMT ascheibe [11513] * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm-3.3.csproj (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithm.cs (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithmMainOperator.cs (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/WeightedParentsQualityComparator.cs (added) #2267 made subscopes offspring comparer configurable Wed, 29 Oct 2014 14:06:25 GMT ascheibe [11510] * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm-3.3.csproj (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/OffspringSelectors (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/OffspringSelectors/StandardOffspringSelector.cs (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Plugin.cs.frame (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithm.cs (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithmMainLoop.cs (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithmMainOperator.cs (modified) #2267 made offspring selector configurable Fri, 24 Oct 2014 12:42:35 GMT ascheibe [11492] * branches/VOSGA (modified) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm-3.3.sln (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm-3.3.csproj (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/HeuristicLab.snk (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Plugin.cs.frame (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/ProbabilitiesGenerator.cs (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Properties (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/Properties/AssemblyInfo.cs.frame (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/SuccessfulOffspringAnalysis (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/SuccessfulOffspringAnalysis/SuccessfulOffspringAnalyzer.cs (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithm.cs (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithmMainLoop.cs (added) * branches/VOSGA/HeuristicLab.Algorithms.VOffspringSelectionGeneticAlgorithm/VOffspringSelectionGeneticAlgorithmMainOperator.cs (added) * branches/VOSGA/PreBuildEvent.cmd (added) #2267 added OSGA source from r11490