Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 19:50:46 (14 years ago)
Author:
gkronber
Message:

Implemented analyzers for symbolic expression tree encoding, artificial ant problem and symbolic regression problem. #999 (Refactor algorithm analysis and tracing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj

    r3539 r3651  
    8383  </ItemGroup>
    8484  <ItemGroup>
     85    <Compile Include="Analyzers\PopulationMinAvgMaxTreeSizeAnalyzer.cs" />
     86    <Compile Include="Analyzers\SymbolicExpressionTreeSizeAnalyzer.cs" />
     87    <Compile Include="Analyzers\SymbolicExpressionTreeSizeCalculator.cs" />
    8588    <Compile Include="ArchitectureManipulators\ArgumentCreater.cs" />
    8689    <Compile Include="ArchitectureManipulators\ArgumentDeleter.cs" />
     
    9699    <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" />
    97100    <Compile Include="Crossovers\SymbolicExpressionTreeCrossover.cs" />
     101    <Compile Include="Interfaces\ISymbolicExpressionTreeAnalyzer.cs" />
    98102    <Compile Include="Interfaces\ISymbolicExpressionTreeArchitectureManipulator.cs" />
    99103    <Compile Include="Interfaces\ISymbolicExpressionTreeCreator.cs" />
    100104    <Compile Include="Interfaces\ISymbolicExpressionTreeCrossover.cs" />
     105    <Compile Include="Interfaces\ISymbolicExpressionTreeMultiPopulationAnalyzer.cs" />
     106    <Compile Include="Interfaces\ISymbolicExpressionTreePopulationAnalyzer.cs" />
    101107    <Compile Include="Manipulators\ChangeNodeTypeManipulation.cs" />
    102108    <Compile Include="Interfaces\ISymbolicExpressionTreeManipulator.cs" />
     
    139145  </ItemGroup>
    140146  <ItemGroup>
     147    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     148      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     149      <Name>HeuristicLab.Analysis-3.3</Name>
     150    </ProjectReference>
    141151    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    142152      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
Note: See TracChangeset for help on using the changeset viewer.