Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/19 12:04:30 (4 years ago)
Author:
pfleck
Message:

#3040 Added Vector symbols to TypeCoherentExpressionGrammar & fixes.

File:
1 edited

Legend:

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

    r17344 r17369  
    219219    <Compile Include="SymbolicDataAnalysisProblem.cs" />
    220220    <Compile Include="SymbolicDataAnalysisSolutionImpactValuesCalculator.cs" />
     221    <Compile Include="Symbols\VectorAverage.cs" />
     222    <Compile Include="Symbols\VectorSum.cs" />
     223    <Compile Include="Symbols\VectorSubtraction.cs" />
     224    <Compile Include="Symbols\VectorMultiplication.cs" />
     225    <Compile Include="Symbols\VectorDivision.cs" />
     226    <Compile Include="Symbols\VectorAddition.cs" />
    221227    <Compile Include="Symbols\Addition.cs" />
    222228    <Compile Include="Symbols\AnalyticQuotient.cs" />
     
    237243    <Compile Include="Symbols\CubeRoot.cs" />
    238244    <Compile Include="Symbols\HyperbolicTangent.cs" />
     245    <Compile Include="Symbols\VectorVariableTreeNode.cs" />
     246    <Compile Include="Symbols\VectorVariable.cs" />
    239247    <Compile Include="Symbols\VariableBase.cs" />
    240248    <Compile Include="Symbols\VariableTreeNodeBase.cs" />
Note: See TracChangeset for help on using the changeset viewer.