Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (9 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

Location:
branches/PersistenceOverhaul/HeuristicLab.Algorithms.NSGA2/3.3
Files:
2 edited

Legend:

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

    r12504 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    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]
     42  [StorableClass("E58D5AC4-AB91-43FE-8E7A-AB90AC1F4C65")]
    4343  public class NSGA2 : HeuristicOptimizationEngineAlgorithm, IStorableContent {
    4444    public string Filename { get; set; }
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.NSGA2/3.3/NSGA2MainLoop.cs

    r12123 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    3434  /// </summary>
    3535  [Item("NSGA2MainLoop", "An operator which represents the main loop of the NSGA-II algorithm.")]
    36   [StorableClass]
     36  [StorableClass("94AA6897-0ACA-4103-B504-620F1CE5D4E3")]
    3737  public class NSGA2MainLoop : AlgorithmOperator {
    3838    #region Parameter properties
Note: See TracChangeset for help on using the changeset viewer.