Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/19 13:38:33 (5 years ago)
Author:
gkronber
Message:

#2994 added a separate plugin with an algorithm for constrained non-linear regression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2994-AutoDiffForIntervals/Tests/Tests.csproj

    r16674 r16696  
    4040  </PropertyGroup>
    4141  <ItemGroup>
     42    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
     43      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
     44    </Reference>
    4245    <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    4346      <HintPath>..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
     
    5053  </ItemGroup>
    5154  <ItemGroup>
     55    <Compile Include="ConstrainedNLRTest.cs" />
    5256    <Compile Include="AutoDiffTest.cs" />
    5357    <Compile Include="Properties\AssemblyInfo.cs" />
     
    5761  </ItemGroup>
    5862  <ItemGroup>
     63    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression\3.4\HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4.csproj">
     64      <Project>{e4ced29f-964f-42ae-b400-aa00d0229ce5}</Project>
     65      <Name>HeuristicLab.Algorithms.DataAnalysis.ConstrainedNonlinearRegression-3.4</Name>
     66    </ProjectReference>
     67    <ProjectReference Include="..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
     68      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
     69      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
     70    </ProjectReference>
    5971    <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    6072      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     
    7385      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    7486    </ProjectReference>
     87    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     88      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     89      <Name>HeuristicLab.Optimization-3.3</Name>
     90    </ProjectReference>
    7591    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    7692      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
     
    8096      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
    8197      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     98    </ProjectReference>
     99    <ProjectReference Include="..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     100      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     101      <Name>HeuristicLab.Random-3.3</Name>
    82102    </ProjectReference>
    83103  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.