Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/30/14 01:41:54 (10 years ago)
Author:
bburlacu
Message:

#1772: Worked towards integrating the new graph api with the tracking operators.

File:
1 edited

Legend:

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

    r11232 r11233  
    176176    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectivePruningAnalyzer.cs" />
    177177    <Compile Include="Analyzers\SymbolicDataAnalysisGenealogyAnalyzer.cs" />
    178     <Compile Include="Analyzers\SymbolicDataAnalysisPopulationDiversityAnalyzer.cs" />
    179178    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
    180179    <Compile Include="Analyzers\SymbolicDataAnalysisSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
     
    190189      <SubType>Code</SubType>
    191190    </Compile>
    192     <Compile Include="DirectedGraph\Arc.cs" />
    193     <Compile Include="DirectedGraph\DirectedGraph.cs" />
    194     <Compile Include="DirectedGraph\Interfaces\IArc.cs" />
    195     <Compile Include="DirectedGraph\Interfaces\IDirectedGraph.cs" />
    196     <Compile Include="DirectedGraph\Interfaces\IVertex.cs" />
    197     <Compile Include="DirectedGraph\Vertex.cs" />
    198191    <Compile Include="Interfaces\IModelBacktransformator.cs" />
    199192    <Compile Include="Interfaces\IDistanceCalculator.cs" />
     
    213206    <Compile Include="SlidingWindow\SlidingWindowQualitiesAnalyzer.cs" />
    214207    <Compile Include="SlidingWindow\SlidingWindowVisualizer.cs" />
    215     <Compile Include="SymbolGraph\FPGraph.cs" />
    216     <Compile Include="SymbolGraph\SymbolGraph.cs" />
    217208    <Compile Include="SymbolicDataAnalysisExpressionPruningOperator.cs" />
    218209    <Compile Include="SymbolicDataAnalysisExpressionTreeSimilarityCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.