Changeset 706 for trunk/sources
- Timestamp:
- 10/30/08 07:30:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP/Manipulation/FullTreeShaker.cs
r656 r706 51 51 // enqueue all mutation operations as parallel operations 52 52 CompositeOperation next = new CompositeOperation(); 53 next.ExecuteInParallel = true;53 next.ExecuteInParallel = false; 54 54 55 55 Scope tempScope = new Scope("Temp. manipulation scope");
Note: See TracChangeset
for help on using the changeset viewer.