Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/15 11:57:37 (9 years ago)
Author:
gkronber
Message:

#2261 implemented node expansion using a priority queue (and changed parameter MaxDepth to MaxSize). Moved unit tests to a separate project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GBT-trunkintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

    r12620 r12632  
    199199      <Private>False</Private>
    200200    </Reference>
    201     <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    202201    <Reference Include="System" />
    203202    <Reference Include="System.Core">
     
    290289    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
    291290    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
    292     <Compile Include="GradientBoostedTrees\Test.cs" />
    293291    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
    294292    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
Note: See TracChangeset for help on using the changeset viewer.