Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 13:52:16 (14 years ago)
Author:
gkronber
Message:

Added best solution analyzer for artificial ant problem. #999 (Refactor algorithm analysis and tracing)

File:
1 edited

Legend:

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

    r3384 r3631  
    8181  </ItemGroup>
    8282  <ItemGroup>
     83    <Compile Include="Analyzers\IAntTrailPopulationAnalyzer.cs" />
     84    <Compile Include="Analyzers\PopulationBestAntTrailAnalyzer.cs" />
    8385    <Compile Include="AntInterpreter.cs" />
    84     <Compile Include="BestAntTrailVisualizer.cs" />
    85     <Compile Include="BestSymbolicExpressionTreeVisualizer.cs" />
    8686    <Compile Include="HeuristicLabProblemsArtificialAntPlugin.cs" />
    87     <Compile Include="IAntTrailVisualizer.cs" />
    8887    <Compile Include="Evaluator.cs" />
    8988    <Compile Include="ArtificialAntExpressionGrammar.cs" />
Note: See TracChangeset for help on using the changeset viewer.