Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/14 12:23:59 (11 years ago)
Author:
sawinkle
Message:

#2109:
Refactoring:

  • Removed recursive version of mapping in /Mappers/DepthFirstMapper.cs, because only the iterative one is used.
  • Removed unused using statements and unused commented code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicRegressionSingleObjectiveEvaluator.cs

    r10263 r10276  
    2020#endregion
    2121
    22 using System.Collections.Generic;
    2322using HeuristicLab.Common;
    2423using HeuristicLab.Core;
    25 using HeuristicLab.Encodings.IntegerVectorEncoding;
    26 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    2724using HeuristicLab.Parameters;
    2825using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     
    3330  [StorableClass]
    3431  public class GESymbolicRegressionSingleObjectiveEvaluator : GESymbolicDataAnalysisSingleObjectiveEvaluator<IRegressionProblemData>,
    35                                                                        IGESymbolicRegressionSingleObjectiveEvaluator {
     32                                                              IGESymbolicRegressionSingleObjectiveEvaluator {
    3633
    3734    public const string EvaluatorParameterName = "Evaluator";
Note: See TracChangeset for help on using the changeset viewer.