# # ChangeLog for branches/GBT-trunkintegration/Tests/Test.cs # # Generated by Trac 1.0.12 # 11/03/24 12:33:50 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 ... Mon, 06 Jul 2015 18:38:56 GMT gkronber [12620] * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/GradientBoostedTreesAlgorithm.cs (modified) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/RegressionTreeBuilder.cs (modified) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/Test.cs (added) * branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj (modified) #2261: corrected check if a split is useful, added a unit test class ...