- Timestamp:
- 08/16/10 09:52:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Creators/ProbabilisticTreeCreator.cs
r4189 r4219 110 110 var dummy = new SymbolicExpressionTreeNode(); 111 111 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 }); 113 113 } 114 114 // 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.