Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/01/12 16:05:35 (12 years ago)
Author:
jkarder
Message:

#1247:

  • added support for batch offspring creation
  • added population size analyzer
  • improved operator graph
File:
1 edited

Legend:

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

    r8349 r8377  
    9797  </ItemGroup>
    9898  <ItemGroup>
    99     <Compile Include="DuplicateSelector.cs" />
     99    <Compile Include="Analyzers\PopulationSizeAnalyzer.cs" />
     100    <Compile Include="DuplicatesSelector.cs" />
     101    <Compile Include="OffspringRestorer.cs" />
     102    <Compile Include="ProgressiveOffspringPreserver.cs" />
    100103    <Compile Include="RAPGA.cs" />
    101104    <Compile Include="RAPGAMainLoop.cs" />
Note: See TracChangeset for help on using the changeset viewer.