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/ProportionalSelector.cs

    r7779 r7997  
    2626using HeuristicLab.Core;
    2727using HeuristicLab.Data;
    28 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2928using HeuristicLab.Optimization;
    3029using HeuristicLab.Parameters;
     
    103102          // map the selected (cloned) tree to the original tree
    104103          var original = scopes[index].Variables.First().Value;
    105           var clone = selected[i].Variables.First().Value; 
     104          var clone = selected[i].Variables.First().Value;
    106105          GlobalCloneMap.Add(clone, original);
    107106        } else {
Note: See TracChangeset for help on using the changeset viewer.