Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/09/12 09:56:56 (12 years ago)
Author:
bburlacu
Message:

#1772: Moved tree matching functionality in separate class, implemented new tree fragments analyzer. Fixed bug in GetCutIndex method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj

    r7479 r7785  
    133133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    134134    </Reference>
     135    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     136      <SpecificVersion>False</SpecificVersion>
     137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
     138    </Reference>
    135139    <Reference Include="HeuristicLab.Random-3.3">
    136140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     
    174178    </Compile>
    175179    <Compile Include="Creators\RampedHalfAndHalfTreeCreator.cs" />
     180    <Compile Include="Crossovers\AssortativeSymbolicExpressionTreeCrossover.cs" />
    176181    <Compile Include="Crossovers\TracingSymbolicExpressionTreeCrossover.cs" />
    177182    <Compile Include="Interfaces\IReadOnlySymbol.cs" />
     
    206211    <Compile Include="SymbolicExpressionGrammar.cs" />
    207212    <Compile Include="SymbolicExpressionTreeGrammar.cs" />
     213    <Compile Include="SymbolicExpressionTreeMatching.cs" />
    208214    <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" />
    209215    <Compile Include="Crossovers\SubtreeCrossover.cs">
Note: See TracChangeset for help on using the changeset viewer.