Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/08 16:31:40 (16 years ago)
Author:
gkronber
Message:

removed the balanced-tree parameter for method CreateRandomTree because it doesn't have an effect (ticket #225)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.StructureIdentification/Recombination/SizeFairCrossOver.cs

    r444 r450  
    240240        if(allowedTrees.Count() == 0) {
    241241          var allowedFunctions = gardener.GetAllowedSubFunctions(parent.Function, slot);
    242           selectedFunctionTrees[slot] = gardener.CreateRandomTree(allowedFunctions, 1, 1, true);
     242          selectedFunctionTrees[slot] = gardener.CreateRandomTree(allowedFunctions, 1, 1);
    243243          newBranches.AddRange(gardener.GetAllSubTrees(selectedFunctionTrees[slot]));
    244244        } else {
Note: See TracChangeset for help on using the changeset viewer.