Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/10 01:26:04 (14 years ago)
Author:
abeham
Message:

Added replacement operators and IReplacer interface #998

Location:
trunk/sources/HeuristicLab.Selection/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj

    r3413 r3601  
    8484    <Compile Include="BestSelector.cs" />
    8585    <Compile Include="ConditionalSelector.cs" />
     86    <Compile Include="RandomReplacer.cs" />
    8687    <Compile Include="GenderSpecificSelector.cs" />
    8788    <Compile Include="OffspringSelector.cs" />
     89    <Compile Include="Replacer.cs" />
    8890    <Compile Include="RightChildReducer.cs" />
    8991    <Compile Include="SingleObjectiveSelector.cs" />
     
    101103    <Compile Include="Selector.cs" />
    102104    <Compile Include="TournamentSelector.cs" />
     105    <Compile Include="WorstReplacer.cs" />
    103106    <Compile Include="WorstSelector.cs" />
    104107  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.