Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/02/12 13:22:47 (12 years ago)
Author:
jkarder
Message:

#1247:

  • added operator that evaluates expressions
  • added selection pressure analyzer
  • fixed bug in counting of evaluated solutions
File:
1 edited

Legend:

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

    r8378 r8385  
    9797  </ItemGroup>
    9898  <ItemGroup>
     99    <Compile Include="Analyzers\SelectionPressureAnalyzer.cs" />
    99100    <Compile Include="Analyzers\OffspringSuccessAnalyzer.cs" />
    100101    <Compile Include="Analyzers\PopulationSizeAnalyzer.cs" />
    101102    <Compile Include="DuplicatesSelector.cs" />
     103    <Compile Include="ExpressionEvaluator.cs" />
    102104    <Compile Include="OffspringRestorer.cs" />
    103105    <Compile Include="ProgressiveOffspringPreserver.cs" />
Note: See TracChangeset for help on using the changeset viewer.