Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 00:48:18 (14 years ago)
Author:
swagner
Message:

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

  • adapted GA and TSP
  • removed stuff related to visualizers
File:
1 edited

Legend:

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

    r3384 r3616  
    8585  <ItemGroup>
    8686    <None Include="HeuristicLabAnalysisPlugin.cs.frame" />
     87    <Compile Include="BestAverageWorstQualityAnalyzer.cs" />
    8788    <Compile Include="BestAverageWorstQualityCalculator.cs" />
    8889    <Compile Include="BestQualityMemorizer.cs" />
     90    <Compile Include="MultiAnalyzer.cs" />
    8991    <Compile Include="QualityDifferenceCalculator.cs" />
    9092    <Compile Include="DataRow.cs" />
     
    125127      <Name>HeuristicLab.Operators-3.3</Name>
    126128    </ProjectReference>
     129    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
     130      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
     131      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
     132    </ProjectReference>
     133    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     134      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     135      <Name>HeuristicLab.Optimization-3.3</Name>
     136    </ProjectReference>
    127137    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    128138      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
Note: See TracChangeset for help on using the changeset viewer.