Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/11 14:07:47 (13 years ago)
Author:
mkommend
Message:

#1418: Corrected problem interfaces & unified naming of subtrees.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/SubroutineDuplicaterTest.cs

    r5686 r5733  
    6868        Util.GetSizeDistributionString(trees, 105, 5) + Environment.NewLine +
    6969        Util.GetFunctionDistributionString(trees) + Environment.NewLine +
    70         Util.GetNumberOfSubTreesDistributionString(trees) + Environment.NewLine +
     70        Util.GetNumberOfSubtreesDistributionString(trees) + Environment.NewLine +
    7171        Util.GetTerminalDistributionString(trees) + Environment.NewLine
    7272        );
     
    7474
    7575    private bool HasOneAdf(ISymbolicExpressionTree tree) {
    76       return tree.Root.SubTrees.Count() == 2;
     76      return tree.Root.Subtrees.Count() == 2;
    7777    }
    7878  }
Note: See TracChangeset for help on using the changeset viewer.