Free cookie consent management tool by TermsFeed Policy Generator

Changeset 818


Ignore:
Timestamp:
11/26/08 11:16:35 (15 years ago)
Author:
gkronber
Message:

added ascii art diagram for RightChildReducer. #331 (Write API documentation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Selection/RightChildReducer.cs

    r817 r818  
    3030  /// Reduces the sub scopes by one level, so that the right sub scope contains also the right child scopes
    3131  /// 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                 
    3240  /// </summary>
    3341  public class RightChildReducer : ReducerBase {
Note: See TracChangeset for help on using the changeset viewer.