Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/30/08 07:30:10 (16 years ago)
Author:
gkronber
Message:

fixed another problem with thread parallel GP execution (#328)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP/Manipulation/FullTreeShaker.cs

    r656 r706  
    5151      // enqueue all mutation operations as parallel operations
    5252      CompositeOperation next = new CompositeOperation();
    53       next.ExecuteInParallel = true;
     53      next.ExecuteInParallel = false;
    5454
    5555      Scope tempScope = new Scope("Temp. manipulation scope");
Note: See TracChangeset for help on using the changeset viewer.