- Timestamp:
- 01/22/12 22:53:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveHiveEngine/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/ParallelIslandGeneticAlgorithmMainLoop.cs
r7392 r7394 158 158 VariableCreator islandVariableCreator = new VariableCreator(); 159 159 Placeholder islandAnalyzer1 = new Placeholder(); 160 LocalRandom Generator localRandomGenerator = new LocalRandomGenerator();160 LocalRandomCreator localRandomCreator = new LocalRandomCreator(); 161 161 Placeholder analyzer1 = new Placeholder(); 162 162 ResultsCollector resultsCollector1 = new ResultsCollector(); … … 313 313 uniformSubScopesProcessor0.Successor = analyzer1; 314 314 islandVariableCreator.Successor = islandAnalyzer1; 315 islandAnalyzer1.Successor = localRandom Generator;316 localRandom Generator.Successor = null;315 islandAnalyzer1.Successor = localRandomCreator; 316 localRandomCreator.Successor = null; 317 317 analyzer1.Successor = resultsCollector1; 318 318 resultsCollector1.Successor = uniformSubScopesProcessor1;
Note: See TracChangeset
for help on using the changeset viewer.