Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/10/12 17:10:27 (12 years ago)
Author:
jkarder
Message:

#1247:

  • fixed some bugs
  • minor code improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RAPGA/HeuristicLab.Algorithms.RAPGA/3.3/HeuristicLab.Algorithms.RAPGA-3.3.csproj

    r8406 r8622  
    100100    <Compile Include="Analyzers\OffspringSuccessAnalyzer.cs" />
    101101    <Compile Include="Analyzers\PopulationSizeAnalyzer.cs" />
     102    <Compile Include="Calculator.cs" />
    102103    <Compile Include="DuplicatesSelector.cs" />
    103     <Compile Include="ExpressionEvaluator.cs" />
    104     <Compile Include="OffspringRestorer.cs" />
    105104    <Compile Include="ProgressiveOffspringPreserver.cs" />
    106     <Compile Include="SimilarityCalculator\BlindSimilarityCalculator.cs" />
     105    <Compile Include="ScopeRestorer.cs" />
     106    <Compile Include="SimilarityCalculator\NoSimilarityCalculator.cs" />
    107107    <Compile Include="SimilarityCalculator\QualitySimilarityCalculator.cs" />
    108108    <Compile Include="RAPGA.cs" />
Note: See TracChangeset for help on using the changeset viewer.