Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8269


Ignore:
Timestamp:
07/10/12 07:26:59 (12 years ago)
Author:
ascheibe
Message:

#1886 added convergence analyzer

Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior/3.3/HeuristicLab.Analysis.AlgorithmBehavior-3.3.csproj

    r8268 r8269  
    101101    <Compile Include="Analyzers\BestIndividualWildcardAnalyzer.cs" />
    102102    <Compile Include="Analyzers\AlleleOccurencesInGenerationsAnalyzer.cs" />
     103    <Compile Include="Analyzers\ConvergenceSpeedAnalyzer.cs" />
    103104    <Compile Include="Creators\BestIndividualSchemataCreator.cs" />
    104105    <Compile Include="Analyzers\BestIndividualQualityAnalyzer.cs" />
     
    114115    <Compile Include="Properties\AssemblyInfo.cs" />
    115116    <Compile Include="SchemaEqualityComparer.cs" />
     117    <Compile Include="SimilarityCalculator.cs" />
     118    <Compile Include="TravelingSalesmanSimilarityCalculator.cs" />
    116119  </ItemGroup>
    117120  <ItemGroup />
Note: See TracChangeset for help on using the changeset viewer.