Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/13/12 13:20:38 (12 years ago)
Author:
bburlacu
Message:

#1772: New analyzer: SymbolicExpressionTreeRelativeLengthAnalyzer. Rewrote the SymbolicExpressionTreeFragmentsAnalyzer, added generic wrapper to wrap HL objects as items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Selection/3.3/Selector.cs

    r7779 r7997  
    2323using HeuristicLab.Common;
    2424using HeuristicLab.Core;
    25 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2625using HeuristicLab.Operators;
    2726using HeuristicLab.Parameters;
     
    7473        while (gScope.Parent != null) gScope = gScope.Parent;
    7574        gScope.Variables.Add(new Variable(GlobalCloneMapParameterName, new CloneMapType()));
    76       } else {
    77         GlobalCloneMap.Clear();
    7875      }
    79 
    8076      IScope[] selected = Select(scopes);
    8177
Note: See TracChangeset for help on using the changeset viewer.