Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/15 21:23:13 (9 years ago)
Author:
ascheibe
Message:

#2267 moved comparators into a own folder

File:
1 edited

Legend:

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

    r11843 r11844  
    167167  </ItemGroup>
    168168  <ItemGroup>
     169    <Compile Include="Comparators\PopulationDiversityComparator.cs" />
     170    <Compile Include="Comparators\WeightedParentsDiversityComparator.cs" />
     171    <Compile Include="Comparators\WeightedParentsQualityComparator.cs" />
    169172    <Compile Include="ISubScopesQualityComparatorOperator.cs" />
    170173    <Compile Include="OffspringCollector.cs" />
     
    178181    <Compile Include="VOffspringSelectionGeneticAlgorithmMainLoop.cs" />
    179182    <Compile Include="VOffspringSelectionGeneticAlgorithmMainOperator.cs" />
    180     <Compile Include="PopulationDiversityComparator.cs" />
    181     <Compile Include="WeightedParentsDiversityComparator.cs" />
    182     <Compile Include="WeightedParentsQualityComparator.cs" />
    183183  </ItemGroup>
    184184  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.