Changeset 8381
- Timestamp:
- 08/02/12 00:39:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.ScatterSearch/3.3/ScatterSearchMainLoop.cs
r8380 r8381 281 281 uniformSubScopesProcessor1.DepthParameter.Value = new IntValue(1); 282 282 uniformSubScopesProcessor1.Operator = executePathRelinkingBranch; 283 uniformSubScopesProcessor1.ParallelParameter.Value = new BoolValue(true);284 283 uniformSubScopesProcessor1.Successor = solutionPoolUpdateMethod; 285 284
Note: See TracChangeset
for help on using the changeset viewer.