Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/19 14:40:15 (6 years ago)
Author:
abeham
Message:

#1614: updated to new persistence and .NET 4.6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP/HeuristicLab.Analysis.FitnessLandscape/3.3/Analysis/InformationAnalyzer.cs

    r15279 r16728  
    2020#endregion
    2121
     22using System.Linq;
     23using HEAL.Attic;
    2224using HeuristicLab.Common;
    2325using HeuristicLab.Core;
     
    2628using HeuristicLab.Optimization;
    2729using HeuristicLab.Parameters;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    29 using System.Linq;
    30 using System;
    3130
    3231namespace HeuristicLab.Analysis.FitnessLandscape {
    3332
    34   [StorableClass]
     33  [StorableType("FBA53C13-1456-42F7-B594-01FCA2C58809")]
    3534  public class InformationAnalyzer : SingleSuccessorOperator, IQualityTrailAnalyzer {
    3635    public bool EnabledByDefault {
     
    8483
    8584    [StorableConstructor]
    86     protected InformationAnalyzer(bool deserializing) : base(deserializing) { }
     85    protected InformationAnalyzer(StorableConstructorFlag _) : base(_) { }
    8786    protected InformationAnalyzer(InformationAnalyzer original, Cloner cloner) : base(original, cloner) { }
    8887
Note: See TracChangeset for help on using the changeset viewer.