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/RuggednessCalculator.cs

    r13583 r16728  
    2020#endregion
    2121
     22using System;
     23using System.Collections.Generic;
     24using System.Linq;
     25using HEAL.Attic;
    2226using HeuristicLab.Common;
    2327using HeuristicLab.Core;
     
    2529using HeuristicLab.Operators;
    2630using HeuristicLab.Parameters;
    27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    28 using System;
    29 using System.Collections.Generic;
    30 using System.Linq;
    3131
    3232namespace HeuristicLab.Analysis.FitnessLandscape {
    3333  [Item("Ruggedness Calculator", "Calculates ruggedness descriptors froma given quality trail.")]
    34   [StorableClass]
     34  [StorableType("E52780B3-27EE-4C14-9D14-F0F0265EB8DB")]
    3535  public class RuggednessCalculator : SingleSuccessorOperator {
    3636
     
    4949    #region Constructors & Cloning
    5050    [StorableConstructor]
    51     protected RuggednessCalculator(bool deserializing) : base(deserializing) { }
     51    protected RuggednessCalculator(StorableConstructorFlag _) : base(_) { }
    5252    protected RuggednessCalculator(RuggednessCalculator original, Cloner cloner) : base(original, cloner) { }
    5353    public RuggednessCalculator() {
Note: See TracChangeset for help on using the changeset viewer.