Changeset 7329
- Timestamp:
- 01/15/12 00:59:12 (13 years ago)
- Location:
- branches/HiveHiveEngine
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithmMainLoop.cs
r7325 r7329 158 158 VariableCreator islandVariableCreator = new VariableCreator(); 159 159 Placeholder islandAnalyzer1 = new Placeholder(); 160 SubScopesRandomCreator subScopesRandomCreator = new SubScopesRandomCreator(); 160 161 Placeholder analyzer1 = new Placeholder(); 161 162 ResultsCollector resultsCollector1 = new ResultsCollector(); … … 311 312 uniformSubScopesProcessor0.Successor = analyzer1; 312 313 islandVariableCreator.Successor = islandAnalyzer1; 313 islandAnalyzer1.Successor = null; 314 islandAnalyzer1.Successor = subScopesRandomCreator; 315 subScopesRandomCreator.Successor = null; 314 316 analyzer1.Successor = resultsCollector1; 315 317 resultsCollector1.Successor = uniformSubScopesProcessor1; -
branches/HiveHiveEngine/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r7325 r7329 118 118 <Compile Include="Assigner.cs" /> 119 119 <Compile Include="AlgorithmOperator.cs" /> 120 <Compile Include="SubScopesRandomCreator.cs" /> 120 121 <Compile Include="TargetOperationType.cs" /> 121 122 <Compile Include="TargetOperationTypes.cs" />
Note: See TracChangeset
for help on using the changeset viewer.