Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 13:46:50 (9 years ago)
Author:
pfleck
Message:

#2269

  • Implemented MatingPoolCreator.
  • Added a modified GeneticAlgorithMainLoop as main operator in ALPS-GA-MainLoop.
File:
1 edited

Legend:

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

    r11580 r11583  
    8181    <Compile Include="AlpsGeneticAlgorithm.cs" />
    8282    <Compile Include="AlpsGeneticAlgorithmMainLoop.cs" />
     83    <Compile Include="MatingPoolCreator.cs" />
    8384    <Compile Include="Plugin.cs" />
    8485    <Compile Include="Properties\AssemblyInfo.cs" />
     
    9091  </ItemGroup>
    9192  <ItemGroup>
     93    <ProjectReference Include="..\..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
     94      <Project>{a51da44f-cb35-4f6f-99f5-2a2e904ab93b}</Project>
     95      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
     96    </ProjectReference>
    9297    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    9398      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
Note: See TracChangeset for help on using the changeset viewer.