Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/13/15 11:59:57 (9 years ago)
Author:
bburlacu
Message:

#2269: Removed obsolete diversity analyzer and added the new bottom-up and phenotype diversity analyzers (and similarity calculators)

File:
1 edited

Legend:

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

    r11975 r11997  
    118118  </ItemGroup>
    119119  <ItemGroup>
     120    <Compile Include="Analyzers\SymbolicDataAnalysisBottomUpDiversityAnalyzer.cs" />
     121    <Compile Include="Analyzers\SymbolicDataAnalysisPhenotypicDiversityAnalyzer.cs" />
    120122    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs" />
    121123    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
     
    240242    <Compile Include="TreeMatching\SymbolicExpressionTreeNodeComparer.cs" />
    241243    <Compile Include="TreeMatching\SymbolicExpressionTreeNodeEqualityComparer.cs" />
     244    <Compile Include="TreeMatching\SymbolicExpressionTreePhenotypicSimilarityCalculator.cs" />
    242245    <None Include="HeuristicLab.snk" />
    243246    <None Include="Plugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.