Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/29/15 16:00:38 (9 years ago)
Author:
ascheibe
Message:

#2267 added another offspring selector

File:
1 edited

Legend:

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

    r12350 r12363  
    176176    <Compile Include="Comparators\UnwantedMutationsComparator.cs" />
    177177    <Compile Include="Comparators\WeightedParentsDiversityComparator.cs" />
     178    <Compile Include="Comparators\EliteWeightedParentsQualityComparator.cs" />
    178179    <Compile Include="Comparators\WeightedParentsQualityComparator.cs" />
    179180    <Compile Include="ISubScopesQualityComparatorOperator.cs" />
    180181    <Compile Include="OffspringCollector.cs" />
    181182    <Compile Include="OffspringSelectors\IOffspringSelector.cs" />
     183    <Compile Include="OffspringSelectors\EliteOffspringSelector.cs" />
    182184    <Compile Include="OffspringSelectors\PopDivOffspringSelector.cs" />
    183185    <Compile Include="OffspringSelectors\StandardOffspringSelector.cs" />
Note: See TracChangeset for help on using the changeset viewer.