- Timestamp:
- 11/29/16 15:46:48 (8 years ago)
- Location:
- branches/ScopedAlgorithms
- Files:
-
- 3 added
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/ScopedAlgorithms/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj
r11623 r14429 115 115 </ItemGroup> 116 116 <ItemGroup> 117 <Compile Include="BinaryCanonicalGeneticAlgorithm.cs" /> 118 <Compile Include="CanonicalGeneticAlgorithm.cs" /> 119 <Compile Include="EvolutionaryAlgorithmContext.cs" /> 117 120 <Compile Include="GeneticAlgorithm.cs" /> 118 121 <Compile Include="GeneticAlgorithmMainLoop.cs" /> … … 147 150 <Name>HeuristicLab.Data-3.3</Name> 148 151 <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> 149 156 </ProjectReference> 150 157 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset
for help on using the changeset viewer.