Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/08 10:32:20 (15 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.Permutation namespace (#331)

File:
1 edited

Legend:

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

    r818 r850  
    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   ///                   / | \             /   \
     32  /// <pre>                                                     
     33  ///                   scope             scope 
     34  ///                   / | \             /   \     
    3535  ///                  L ... R   =>      A     R                 
    36   ///                / | \    \              / /\ \
    37   ///               A ... LR   C             C D E F
    38   ///                     /|\                   
    39   ///                    D E F                 
     36  ///                / | \    \              / /\ \       
     37  ///               A ... LR   C             C D E F     
     38  ///                     /|\                             
     39  ///                    D E F                             
     40  /// </pre>
    4041  /// </summary>
    4142  public class RightChildReducer : ReducerBase {
Note: See TracChangeset for help on using the changeset viewer.