Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/16/10 06:50:14 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on parameters, TSP and selection
File:
1 edited

Legend:

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

    r2790 r2805  
    8282  <ItemGroup>
    8383    <None Include="HeuristicLabSelectionPlugin.cs.frame" />
     84    <Compile Include="RightSelector.cs" />
     85    <Compile Include="StochasticSelector.cs" />
     86    <Compile Include="LeftSelector.cs" />
     87    <Compile Include="RandomSelector.cs" />
     88    <Compile Include="StochasticSingleObjectiveSelector.cs" />
    8489    <Compile Include="HeuristicLabSelectionPlugin.cs" />
    8590    <Compile Include="Properties\AssemblyInfo.cs" />
     91    <Compile Include="Selector.cs" />
     92    <Compile Include="TournamentSelector.cs" />
    8693  </ItemGroup>
    8794  <ItemGroup>
     
    9097  </ItemGroup>
    9198  <ItemGroup>
     99    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     100      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     101      <Name>HeuristicLab.Collections-3.3</Name>
     102    </ProjectReference>
    92103    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    93104      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     
    101112      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    102113      <Name>HeuristicLab.Operators-3.3</Name>
     114    </ProjectReference>
     115    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     116      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
     117      <Name>HeuristicLab.Parameters-3.3</Name>
     118    </ProjectReference>
     119    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     120      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     121      <Name>HeuristicLab.Persistence-3.3</Name>
    103122    </ProjectReference>
    104123    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.