Changeset 7288
- Timestamp:
- 01/08/12 03:12:29 (13 years ago)
- Location:
- branches/HiveHiveEngine
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj
r6866 r7288 109 109 </ItemGroup> 110 110 <ItemGroup> 111 <Compile Include="ParallelIslandGeneticAlgorithm.cs" /> 112 <Compile Include="ParallelIslandGeneticAlgorithmMainLoop.cs" /> 111 113 <Compile Include="GeneticAlgorithm.cs" /> 112 114 <Compile Include="GeneticAlgorithmMainLoop.cs" /> -
branches/HiveHiveEngine/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r6866 r7288 118 118 <Compile Include="Assigner.cs" /> 119 119 <Compile Include="AlgorithmOperator.cs" /> 120 <Compile Include="AllSubScopesIntReducer.cs" /> 121 <Compile Include="SubScopesIntReducer.cs" /> 120 122 <Compile Include="MultiOperator.cs" /> 121 123 <Compile Include="Operator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.