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.ScatterSearch/3.3/ScatterSearch.cs

    r13368 r14711  
    4040  [Item("Scatter Search (SS)", "A scatter search algorithm.")]
    4141  [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 500)]
    42   [StorableClass("25F04931-BC61-4940-AEA8-C826AFC47DF7")]
     42  [StorableType("25F04931-BC61-4940-AEA8-C826AFC47DF7")]
    4343  public sealed class ScatterSearch : HeuristicOptimizationEngineAlgorithm, IStorableContent {
    4444    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.