Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/19/21 16:07:45 (2 years ago)
Author:
mkommend
Message:

#2521: Merged trunk changes into branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Creators/ProbabilisticTreeCreator.cs

    r17654 r18086  
    4646    }
    4747
    48 
    49     protected override ISymbolicExpressionTree Create(IRandom random) {
    50       return Create(random, ClonedSymbolicExpressionTreeGrammarParameter.ActualValue,
    51         MaximumSymbolicExpressionTreeLengthParameter.ActualValue.Value, MaximumSymbolicExpressionTreeDepthParameter.ActualValue.Value);
    52     }
    53 
    5448    public override ISymbolicExpressionTree CreateTree(IRandom random, ISymbolicExpressionGrammar grammar, int maxTreeLength, int maxTreeDepth) {
    5549      return Create(random, grammar, maxTreeLength, maxTreeDepth);
Note: See TracChangeset for help on using the changeset viewer.