Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/02/15 01:21:49 (9 years ago)
Author:
bburlacu
Message:

#1772: Initial implementation of tree pattern matching algorithm by Götz et al. (http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.182.5440). Added wildcard symbols and nodes and updated the matching code accordingly.

File:
1 edited

Legend:

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

    r12892 r12929  
    184184    <Compile Include="Analyzers\SymbolicDataAnalysisBottomUpDiversityAnalyzer.cs" />
    185185    <Compile Include="Analyzers\SymbolicDataAnalysisGeneticOperatorImprovementAnalyzer.cs" />
     186    <Compile Include="Symbols\Wildcards\AnyNode.cs" />
     187    <Compile Include="Symbols\Wildcards\AnySubtreeSymbol.cs" />
     188    <Compile Include="Symbols\Wildcards\AnySubtree.cs" />
     189    <Compile Include="Symbols\Wildcards\AnyNodeSymbol.cs" />
    186190    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs" />
    187191    <Compile Include="Analyzers\SymbolicDataAnalysisGenealogyAnalyzer.cs" />
     
    318322    <Compile Include="Tracking\TraceCalculator.cs" />
    319323    <Compile Include="TransformationToSymbolicTreeMapper.cs" />
     324    <Compile Include="TreeMatching\QueryMatch.cs" />
    320325    <Compile Include="TreeMatching\SymbolicExpressionTreeBottomUpSimilarityCalculator.cs" />
    321326    <Compile Include="TreeMatching\SymbolicExpressionTreeCanonicalSorter.cs" />
Note: See TracChangeset for help on using the changeset viewer.