Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/12 00:43:35 (11 years ago)
Author:
bburlacu
Message:

#1772: Renamed and refactored genealogy graph components. Added SymbolGraph and FPGraph (frequent pattern graph). Added evolvability and genetic operator average improvement analyzer.

File:
1 edited

Legend:

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

    r8557 r9082  
    8787  </ItemGroup>
    8888  <ItemGroup>
     89    <Compile Include="Analyzers\SymbolicExpressionTreeRelativeFragmentDepthAnalyzer.cs" />
     90    <Compile Include="Analyzers\SymbolicExpressionTreeFragmentLengthsAnalyzer.cs" />
     91    <Compile Include="Analyzers\GeneticOperatorsAverageImprovementAnalyzer.cs" />
     92    <Compile Include="Analyzers\SymbolicExpressionTreeEvolvabilityAnalyzer.cs" />
     93    <Compile Include="Analyzers\SymbolicExpressionTreeFrequentPatternsAnalyzer.cs" />
    8994    <Compile Include="Analyzers\SymbolicExpressionTreeFragmentsAnalyzer.cs" />
    90     <Compile Include="Analyzers\SymbolicExpressionTreeGenealogyAnalyzer.cs" />
    91     <Compile Include="Analyzers\SymbolicExpressionTreeLineagesAnalyzer.cs" />
     95    <Compile Include="FPGraph.cs" />
     96    <Compile Include="Operators\SymbolicExpressionTreeFPBuilder.cs" />
     97    <Compile Include="Operators\SymbolicExpressionTreeGenealogyGraphBuilder.cs" />
     98    <Compile Include="Analyzers\SymbolicExpressionTreePopulationDiversityAnalyzer.cs" />
    9299    <Compile Include="Analyzers\SymbolicExpressionTreeRelativeLengthAnalyzer.cs" />
    93     <Compile Include="GenealogyGraph.cs" />
    94     <Compile Include="GenealogyGraphArc.cs" />
    95     <Compile Include="GenealogyGraphNode.cs" />
    96     <Compile Include="Interfaces\IGenealogyGraph.cs" />
    97     <Compile Include="Interfaces\IGenealogyGraphNode.cs" />
     100    <Compile Include="DirectedGraph\DirectedGraph.cs" />
     101    <Compile Include="DirectedGraph\Arc.cs" />
     102    <Compile Include="DirectedGraph\Vertex.cs" />
     103    <Compile Include="Interfaces\IDirectedGraph.cs" />
     104    <Compile Include="Interfaces\IVertex.cs" />
    98105    <Compile Include="Interfaces\ISymbolicExpressionTreeGenealogyGraph.cs" />
     106    <Compile Include="Operators\CleanupOperator.cs" />
     107    <Compile Include="Operators\SymbolicExpressionTreeSymbolGraphBuilder.cs" />
     108    <Compile Include="Operators\Util.cs" />
    99109    <Compile Include="Plugin.cs" />
    100110    <Compile Include="Properties\AssemblyInfo.cs" />
     111    <Compile Include="SymbolGraph.cs" />
    101112    <Compile Include="SymbolicExpressionTreeGenealogyGraph.cs" />
    102113  </ItemGroup>
     
    108119    </ProjectReference>
    109120    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    110       <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
     121      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
    111122      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    112123    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.