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.ScatterSearch/3.3
Files:
6 edited

Legend:

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

    r12012 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    3131  /// </summary>
    3232  [Item("OffspringProcessor", "An operator that creates a subscope with subscopes for every variable in the current scope.")]
    33   [StorableClass]
     33  [StorableClass("F04B66DE-15CD-40AA-9EA5-143D81BBDAB1")]
    3434  public sealed class OffspringProcessor : SingleSuccessorOperator {
    3535    #region Parameter properties
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.ScatterSearch/3.3/PopulationRebuildMethod.cs

    r12012 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("PopulationRebuildMethod", "An operator that updates the reference set and rebuilds the population.")]
    36   [StorableClass]
     36  [StorableClass("B019C774-EBFF-4D12-97AD-AC0EE5970114")]
    3737  public sealed class PopulationRebuildMethod : SingleSuccessorOperator, ISingleObjectiveOperator {
    3838    #region Parameter properties
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.ScatterSearch/3.3/ReferenceSetUpdateMethod.cs

    r12069 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    3535  /// </summary>
    3636  [Item("ReferenceSetUpdateMethod", "An operator that updates the reference set.")]
    37   [StorableClass]
     37  [StorableClass("58A2D60A-7B48-4C63-AB6F-CB500DC8D324")]
    3838  public sealed class ReferenceSetUpdateMethod : SingleSuccessorOperator {
    3939    #region Parameter properties
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.ScatterSearch/3.3/ScatterSearch.cs

    r13173 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    4040  [Item("Scatter Search (SS)", "A scatter search algorithm.")]
    4141  [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 500)]
    42   [StorableClass]
     42  [StorableClass("25F04931-BC61-4940-AEA8-C826AFC47DF7")]
    4343  public sealed class ScatterSearch : HeuristicOptimizationEngineAlgorithm, IStorableContent {
    4444    public string Filename { get; set; }
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.ScatterSearch/3.3/ScatterSearchMainLoop.cs

    r12012 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    3535  /// </summary>
    3636  [Item("ScatterSearchMainLoop", "An operator which represents a scatter search.")]
    37   [StorableClass]
     37  [StorableClass("19490563-1886-4CA3-9293-AD8C4BA617A5")]
    3838  public sealed class ScatterSearchMainLoop : AlgorithmOperator {
    3939    #region Parameter properties
  • branches/PersistenceOverhaul/HeuristicLab.Algorithms.ScatterSearch/3.3/SolutionPoolUpdateMethod.cs

    r12069 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    3535  /// </summary>
    3636  [Item("SolutionPoolUpdateMethod", "An operator that updates the solution pool.")]
    37   [StorableClass]
     37  [StorableClass("9F0DE52E-CA1A-488F-AEFE-07C107AAFC80")]
    3838  public sealed class SolutionPoolUpdateMethod : SingleSuccessorOperator, ISingleObjectiveOperator {
    3939    #region Parameter properties
Note: See TracChangeset for help on using the changeset viewer.