Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/19 12:41:36 (5 years ago)
Author:
gkronber
Message:

#2971: made branch compile with current version of trunk

Location:
branches/2971_named_intervals
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals

    • Property svn:ignore set to
      packages
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SymbolicRegressionPruningOperator.cs

    r15583 r16628  
    2929using HeuristicLab.Parameters;
    3030using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     31using HEAL.Attic;
    3132
    3233namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Regression {
    33   [StorableClass]
     34  [StorableType("0FEF3C8C-5A49-4E7E-BFD9-C4498E750077")]
    3435  [Item("SymbolicRegressionPruningOperator", "An operator which prunes symbolic regression trees.")]
    3536  public class SymbolicRegressionPruningOperator : SymbolicDataAnalysisExpressionPruningOperator {
     
    5051
    5152    [StorableConstructor]
    52     protected SymbolicRegressionPruningOperator(bool deserializing) : base(deserializing) { }
     53    protected SymbolicRegressionPruningOperator(StorableConstructorFlag _) : base(_) { }
    5354
    5455    public SymbolicRegressionPruningOperator(ISymbolicDataAnalysisSolutionImpactValuesCalculator impactValuesCalculator)
Note: See TracChangeset for help on using the changeset viewer.