Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearch.cs

    r13368 r14711  
    3737  [Item("Local Search (LS)", "A local search algorithm.")]
    3838  [Creatable(CreatableAttribute.Categories.SingleSolutionAlgorithms, Priority = 100)]
    39   [StorableClass("7EC750E2-0DC5-4C07-89E5-F5C66D9AD0A3")]
     39  [StorableType("7EC750E2-0DC5-4C07-89E5-F5C66D9AD0A3")]
    4040  public sealed class LocalSearch : HeuristicOptimizationEngineAlgorithm, IStorableContent {
    4141    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.