Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/16/10 09:52:00 (14 years ago)
Author:
gkronber
Message:

Fixed a bug in PTC initialization operator. #1151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Creators/ProbabilisticTreeCreator.cs

    r4189 r4219  
    110110        var dummy = new SymbolicExpressionTreeNode();
    111111        root.AddSubTree(dummy);
    112         extensionPoints.Add(new TreeExtensionPoint { Parent = root, ChildIndex = i, ExtensionPointDepth = 2 });
     112        extensionPoints.Add(new TreeExtensionPoint { Parent = root, ChildIndex = i, ExtensionPointDepth = 0 });
    113113      }
    114114      // while there are pending extension points and we have not reached the limit of adding new extension points
Note: See TracChangeset for help on using the changeset viewer.