Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 03:48:35 (14 years ago)
Author:
swagner
Message:

Worked on refactoring of algorithm analysis and tracing (#999)

  • added analyzers
File:
1 edited

Legend:

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

    r3618 r3623  
    8787    <Compile Include="BestAverageWorstQualityCalculator.cs" />
    8888    <Compile Include="BestQualityMemorizer.cs" />
     89    <Compile Include="PopulationQualityAnalyzer.cs" />
     90    <Compile Include="PopulationValueAnalyzer.cs" />
     91    <Compile Include="MinAverageMaxValueCalculator.cs" />
     92    <Compile Include="PopulationMinAverageMaxValueAnalyzer.cs" />
     93    <Compile Include="SolutionValueAnalyzer.cs" />
     94    <Compile Include="SolutionQualityAnalyzer.cs" />
    8995    <Compile Include="MultiAnalyzer.cs" />
    9096    <Compile Include="PopulationBestAverageWorstQualityAnalyzer.cs" />
Note: See TracChangeset for help on using the changeset viewer.