Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/20/14 10:35:27 (10 years ago)
Author:
bburlacu
Message:

#1772: Added license files and removed unnecessary code from SymbolicDataAnalysisProblem.cs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs

    r11272 r11291  
    2929using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    3030using HeuristicLab.Optimization;
    31 using HeuristicLab.Optimization.Operators;
    3231using HeuristicLab.Parameters;
    3332using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     
    355354        op.EvaluatorParameter.ActualName = EvaluatorParameter.Name;
    356355      }
    357       foreach (var op in operators.OfType<SingleObjectiveSolutionSimilarityCalculator>()) {
    358         op.QualityVariableName = "Quality";
    359         op.SolutionVariableName = SolutionCreator.SymbolicExpressionTreeParameter.ActualName;
    360       }
    361356      // add tracking analyzer
    362357      foreach (var op in operators.OfType<SymbolicDataAnalysisGenealogyAnalyzer>()) {
Note: See TracChangeset for help on using the changeset viewer.