Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4236 for branches/DataAnalysis


Ignore:
Timestamp:
08/17/10 07:45:02 (14 years ago)
Author:
gkronber
Message:

Added test cases for symbolic regression model simplifier. #1026

Location:
branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis/3.3/Tests
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis/HeuristicLab.Problems.DataAnalysis/3.3/Tests/HeuristicLab.Problems.DataAnalysis.Tests-3.3.csproj

    r4122 r4236  
    7777  </ItemGroup>
    7878  <ItemGroup>
     79    <Compile Include="SymbolicSimplifierTest.cs" />
    7980    <Compile Include="StatisticCalculatorsTest.cs" />
    8081    <Compile Include="LinearScalingTest.cs" />
     
    156157    </BootstrapperPackage>
    157158  </ItemGroup>
     159  <ItemGroup>
     160    <None Include="RegressionSolution01.hl">
     161      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     162    </None>
     163    <None Include="RegressionSolution02.hl">
     164      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     165    </None>
     166    <None Include="RegressionSolution03.hl">
     167      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     168    </None>
     169    <None Include="RegressionSolution04.hl">
     170      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     171    </None>
     172    <None Include="RegressionSolution05.hl">
     173      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     174    </None>
     175    <None Include="RegressionSolution06.hl">
     176      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     177    </None>
     178  </ItemGroup>
    158179  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    159180  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.