Changeset 3601 for trunk/sources/HeuristicLab.Selection/3.3
- Timestamp:
- 05/04/10 01:26:04 (15 years ago)
- 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 84 84 <Compile Include="BestSelector.cs" /> 85 85 <Compile Include="ConditionalSelector.cs" /> 86 <Compile Include="RandomReplacer.cs" /> 86 87 <Compile Include="GenderSpecificSelector.cs" /> 87 88 <Compile Include="OffspringSelector.cs" /> 89 <Compile Include="Replacer.cs" /> 88 90 <Compile Include="RightChildReducer.cs" /> 89 91 <Compile Include="SingleObjectiveSelector.cs" /> … … 101 103 <Compile Include="Selector.cs" /> 102 104 <Compile Include="TournamentSelector.cs" /> 105 <Compile Include="WorstReplacer.cs" /> 103 106 <Compile Include="WorstSelector.cs" /> 104 107 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.