# # ChangeLog for branches/GBT-trunkintegration/Tests # # Generated by Trac 1.0.12 # 11/24/24 19:42:36 Tue, 07 Jul 2015 15:42:24 GMT gkronber [12658] * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeBuilder.cs (modified) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeModel.cs (modified) * branches/GBT-trunkintegration/Tests/Test.cs (modified) #2261: made TreeNode immutable and prevent change of TreeNode[] tree ... Tue, 07 Jul 2015 09:57:37 GMT gkronber [12632] * branches/GBT-trunkintegration/HeuristicLab 3.3.sln (modified) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs (modified) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithmStatic.cs (modified) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeBuilder.cs (modified) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeModel.cs (modified) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) * branches/GBT-trunkintegration/Tests (added) * branches/GBT-trunkintegration/Tests/Properties (added) * branches/GBT-trunkintegration/Tests/Properties/AssemblyInfo.cs (added) * branches/GBT-trunkintegration/Tests/Test.cs (moved) * branches/GBT-trunkintegration/Tests/Tests.csproj (added) #2261 implemented node expansion using a priority queue (and changed ...