Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.NK/3.3/NKLandscape.cs

    r14185 r14927  
    2828using HeuristicLab.Encodings.BinaryVectorEncoding;
    2929using HeuristicLab.Parameters;
    30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     30using HeuristicLab.Persistence;
    3131using HeuristicLab.PluginInfrastructure;
    3232using HeuristicLab.Problems.Binary;
     
    3636  [Item("NK Landscape", "Represents an NK landscape optimization problem.")]
    3737  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 215)]
    38   [StorableClass]
     38  [StorableType("9a4c98c5-a3cc-4cb7-b43e-ade17913c90d")]
    3939  public sealed class NKLandscape : BinaryProblem {
    4040    public override bool Maximization {
Note: See TracChangeset for help on using the changeset viewer.