Changeset 818
- Timestamp:
- 11/26/08 11:16:35 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/RightChildReducer.cs
r817 r818 30 30 /// Reduces the sub scopes by one level, so that the right sub scope contains also the right child scopes 31 31 /// of the left sub scope and the left sub scope represents its left child scope. 32 /// 33 /// scope scope 34 /// / | \ / \ 35 /// L ... R => A R 36 /// / | \ \ / /\ \ 37 /// A ... LR C C D E F 38 /// /|\ 39 /// D E F 32 40 /// </summary> 33 41 public class RightChildReducer : ReducerBase {
Note: See TracChangeset
for help on using the changeset viewer.