Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/20/16 22:14:50 (8 years ago)
Author:
gkronber
Message:

#745: fixed copying of license file and added evaluation of all models along the path on the test set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Algorithms.DataAnalysis.Glmnet/3.4/HeuristicLab.Algorithms.DataAnalysis.Glmnet.csproj

    r13928 r13929  
    123123  </ItemGroup>
    124124  <ItemGroup>
    125     <Content Include="glmnet-license-gpl2.txt" />
     125    <Content Include="glmnet-license-gpl2.txt">
     126      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     127    </Content>
    126128    <Content Include="glmnet-x64.dll">
    127129      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     
    133135  <ItemGroup>
    134136    <Compile Include="ElasticNetLinearRegression.cs" />
    135     <Compile Include="Plugin.cs">
    136       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    137     </Compile>
     137    <Compile Include="Plugin.cs" />
    138138    <Compile Include="Properties\AssemblyInfo.cs" />
    139139  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.