Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/27/19 16:29:53 (5 years ago)
Author:
bburlacu
Message:

#2991: DiversitySelector initial implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r16585 r16623  
    176176    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeBatchInterpreter.cs" />
    177177    <Compile Include="Interpreter\SymbolicDataAnalysisExpressionTreeNativeInterpreter.cs" />
     178    <Compile Include="Selectors\DiversitySelector.cs" />
    178179    <Compile Include="SymbolicDataAnalysisExpressionTreeSimplificationOperator.cs" />
    179180    <Compile Include="SymbolicDataAnalysisModelComplexityCalculator.cs" />
     
    407408      <Private>False</Private>
    408409    </ProjectReference>
     410    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
     411      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
     412      <Name>HeuristicLab.Selection-3.3</Name>
     413    </ProjectReference>
    409414  </ItemGroup>
    410415  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.