Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16218


Ignore:
Timestamp:
10/08/18 14:42:45 (5 years ago)
Author:
bburlacu
Message:

#2950: Initial commit of hashing functionality as well as simplification rules for symbolic expression trees. As this is still in development the public api is not yet established (all methods public for now).

Location:
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4
Files:
4 added
1 edited

Legend:

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

    r16206 r16218  
    145145    <Compile Include="Formatters\SymbolicDataAnalysisExpressionMathematicaFormatter.cs" />
    146146    <Compile Include="Formatters\SymbolicDataAnalysisExpressionCSharpFormatter.cs" />
     147    <Compile Include="Hashing\HashExtensions.cs" />
     148    <Compile Include="Hashing\HashUtil.cs" />
     149    <Compile Include="Hashing\SymbolicExpressionTreeHash.cs" />
    147150    <Compile Include="Importer\InfixExpressionParser.cs" />
    148151    <Compile Include="Importer\SymbolicExpressionImporter.cs" />
Note: See TracChangeset for help on using the changeset viewer.