Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/01/13 13:01:40 (11 years ago)
Author:
bburlacu
Message:

#1772: Merged remaining trunk changes into the EvolutionaryTracking branch.

Location:
branches/HeuristicLab.EvolutionaryTracking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking

  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.EvolutionaryTracking/3.4/HeuristicLab.EvolutionaryTracking-3.4.csproj

    r9419 r9835  
    115115      <Private>False</Private>
    116116    </Reference>
    117     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    118       <Private>False</Private>
    119     </Reference>
    120117    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    121118      <SpecificVersion>False</SpecificVersion>
     
    134131  </ItemGroup>
    135132  <ItemGroup>
     133    <Compile Include="Analyzers\BuildingBlocks\BuildingBlockHistoryAnalyzer.cs" />
    136134    <Compile Include="Analyzers\BuildingBlocks\RelevantBuildingBlocksAnalyzer.cs" />
    137135    <Compile Include="Analyzers\BuildingBlocks\Poly10BuildingBlocksAnalyzer.cs" />
     136    <Compile Include="Analyzers\LineageRetrofittingAnalyzer.cs" />
     137    <Compile Include="Analyzers\SymbolicExpressionTreePruningAnalyzer.cs" />
    138138    <Compile Include="Analyzers\SymbolicExpressionTreeShapeAnalyzer.cs" />
    139139    <Compile Include="Analyzers\SymbolicExpressionTreeEvolvabilityAnalyzer.cs" />
    140140    <Compile Include="Analyzers\Fragments\SymbolicExpressionTreeRelativeFragmentDepthAnalyzer.cs" />
    141141    <Compile Include="Analyzers\Fragments\SymbolicExpressionTreeFragmentLengthsAnalyzer.cs" />
    142     <Compile Include="Analyzers\GeneticOperatorImprovementAnalyzer.cs" />
    143142    <Compile Include="Analyzers\SymbolicExpressionTreeFrequentPatternsAnalyzer.cs" />
    144143    <Compile Include="Analyzers\Fragments\SymbolicExpressionTreeFragmentsAnalyzer.cs" />
     
    164163    <Compile Include="SymbolGraph.cs" />
    165164    <Compile Include="SymbolicExpressionTreeGenealogyGraph.cs" />
    166     <Compile Include="TreeDistance\TreeDistanceCalculator.cs" />
    167165  </ItemGroup>
    168166  <ItemGroup />
Note: See TracChangeset for help on using the changeset viewer.