Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/16 15:46:48 (7 years ago)
Author:
abeham
Message:

#2701, #2708: Made a new branch from ProblemRefactoring and removed ScopedBasicAlgorithm branch (which becomes MemPR branch)

Location:
branches/ScopedAlgorithms
Files:
1 edited
1 copied

Legend:

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

    r11623 r14429  
    115115  </ItemGroup>
    116116  <ItemGroup>
     117    <Compile Include="BinaryCanonicalGeneticAlgorithm.cs" />
     118    <Compile Include="CanonicalGeneticAlgorithm.cs" />
     119    <Compile Include="EvolutionaryAlgorithmContext.cs" />
    117120    <Compile Include="GeneticAlgorithm.cs" />
    118121    <Compile Include="GeneticAlgorithmMainLoop.cs" />
     
    147150      <Name>HeuristicLab.Data-3.3</Name>
    148151      <Private>False</Private>
     152    </ProjectReference>
     153    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
     154      <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>
     155      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
    149156    </ProjectReference>
    150157    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.