Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17084 for trunk


Ignore:
Timestamp:
07/05/19 12:28:34 (5 years ago)
Author:
gkronber
Message:

#2847: use new version of alglib instead

Location:
trunk/HeuristicLab.Algorithms.DataAnalysis.DecisionTrees/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis.DecisionTrees/3.4/HeuristicLab.Algorithms.DataAnalysis.DecisionTrees-3.4.csproj

    r17082 r17084  
    4545  </PropertyGroup>
    4646  <ItemGroup>
    47     <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     47    <Reference Include="ALGLIB-3.15.0, Version=3.15.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4848      <SpecificVersion>False</SpecificVersion>
    49       <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
     49      <HintPath>..\..\bin\ALGLIB-3.15.0.dll</HintPath>
    5050      <Private>False</Private>
    5151    </Reference>
  • trunk/HeuristicLab.Algorithms.DataAnalysis.DecisionTrees/3.4/Plugin.cs.frame

    r17079 r17084  
    2828  [Plugin("HeuristicLab.Algorithms.DataAnalysis.DecisionTrees", "Provides algorithms for decision trees for regression", "3.4.0.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Algorithms.DataAnalysis.DecisionTrees-3.4.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.ALGLIB", "3.7")]
     30  [PluginDependency("HeuristicLab.ALGLIB", "3.15")]
    3131  [PluginDependency("HeuristicLab.Attic", "1.0")]
    3232  [PluginDependency("HeuristicLab.Algorithms.DataAnalysis", "3.4")]
Note: See TracChangeset for help on using the changeset viewer.