Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/19 14:40:15 (5 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.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/LAHC/LAHCContext.cs

    r15616 r16728  
    2020#endregion
    2121
     22using HEAL.Attic;
    2223using HeuristicLab.Common;
    2324using HeuristicLab.Core;
    2425using HeuristicLab.Data;
    2526using HeuristicLab.Parameters;
    26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2727
    2828namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms.LAHC {
    2929  [Item("LAHC Context", "Context for late-acceptance hill climber")]
    30   [StorableClass]
     30  [StorableType("546B6C06-D986-49AA-BDEB-B664D2A9DA8C")]
    3131  public sealed class LAHCContext : SingleSolutionContext<ISingleObjectiveSolutionScope<GQAPSolution>> {
    3232    [Storable]
     
    5959   
    6060    [StorableConstructor]
    61     private LAHCContext(bool deserializing) : base(deserializing) { }
     61    private LAHCContext(StorableConstructorFlag _) : base(_) { }
    6262    private LAHCContext(LAHCContext original, Cloner cloner)
    6363    : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.