Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 16:37:12 (14 years ago)
Author:
svonolfe
Message:

Added anaylzers for the onemax problem (#999)

File:
1 edited

Legend:

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

    r3384 r3642  
    8686  </ItemGroup>
    8787  <ItemGroup>
     88    <Compile Include="Analyzers\BestOneMaxSolutionAnalyzer.cs" />
     89    <Compile Include="Analyzers\MultiPopulationBestOneMaxSolutionAnalyzer.cs" />
     90    <Compile Include="Analyzers\PopulationBestOneMaxSolutionAnalyzer.cs" />
     91    <Compile Include="Interfaces\IBestOneMaxSolutionAnalyzer.cs" />
    8892    <Compile Include="Interfaces\IOneMaxSolutionsVisualizer.cs" />
    8993    <Compile Include="Interfaces\IOneMaxMoveEvaluator.cs" />
     94    <Compile Include="OneMaxSolution.cs" />
    9095    <Compile Include="MoveEvaluators\OneMaxMoveEvaluator.cs" />
    9196    <Compile Include="MoveEvaluators\OneMaxOneBitflipMoveEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.