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/pLAHCContext.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("pLAHC-s Context", "Context for parameterless late-acceptance hill climber with seeding.")]
    30   [StorableClass]
     30  [StorableType("3C550AB5-8FEC-42DA-9200-ABC98A1C20EA")]
    3131  public sealed class PLAHCContext : SingleSolutionContext<ISingleObjectiveSolutionScope<GQAPSolution>> {
    3232    [Storable]
     
    7373   
    7474    [StorableConstructor]
    75     private PLAHCContext(bool deserializing) : base(deserializing) { }
     75    private PLAHCContext(StorableConstructorFlag _) : base(_) { }
    7676    private PLAHCContext(PLAHCContext original, Cloner cloner)
    7777    : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.