Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/20 19:07:40 (4 years ago)
Author:
fbaching
Message:

#1837: merged changes from trunk

  • apply changes from Attic release to all SlidingWindow specific code files (replace StorableClass with StorableType)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1837_Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/SlidingWindow/GenerationalRegressionSlidingWindowAnalyzer.cs

    r10720 r17687  
    2323using HeuristicLab.Core;
    2424using HeuristicLab.Optimization;
    25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     25using HEAL.Attic;
    2626
    2727namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Regression {
    28   [StorableClass]
    2928  [Item("Generational Regression Sliding Window Analyzer", "")]
     29  [StorableType("9157AEF9-838B-48EC-9E0B-CE75F8A1FF8D")]
    3030  public class GenerationalRegressionSlidingWindowAnalyzer : GenerationalSlidingWindowAnalyzer {
    3131    [StorableConstructor]
    32     protected GenerationalRegressionSlidingWindowAnalyzer(bool deserializing) : base(deserializing) { }
     32    protected GenerationalRegressionSlidingWindowAnalyzer(StorableConstructorFlag _) : base(_) { }
    3333    [StorableHook(HookType.AfterDeserialization)]
    3434    private void AfterDeserialization() { }
Note: See TracChangeset for help on using the changeset viewer.