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

    r13368 r14711  
    4040  [Item("NSGA-II", "The Nondominated Sorting Genetic Algorithm II was introduced in Deb et al. 2002. A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II. IEEE Transactions on Evolutionary Computation, 6(2), pp. 182-197.")]
    4141  [Creatable(CreatableAttribute.Categories.Algorithms, Priority = 100)]
    42   [StorableClass("E58D5AC4-AB91-43FE-8E7A-AB90AC1F4C65")]
     42  [StorableType("E58D5AC4-AB91-43FE-8E7A-AB90AC1F4C65")]
    4343  public class NSGA2 : HeuristicOptimizationEngineAlgorithm, IStorableContent {
    4444    public string Filename { get; set; }
Note: See TracChangeset for help on using the changeset viewer.