Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 17:19:35 (7 years ago)
Author:
gkronber
Message:

#2520: changed all usages of StorableClass to use StorableType with an auto-generated GUID (did not add StorableType to other type definitions yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Algorithms.RAPGA/3.3/Analyzers/OffspringSuccessAnalyzer.cs

    r14185 r14927  
    2828using HeuristicLab.Optimization.Operators;
    2929using HeuristicLab.Parameters;
    30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     30using HeuristicLab.Persistence;
    3131
    3232namespace HeuristicLab.Algorithms.RAPGA {
     
    3535  /// </summary>
    3636  [Item("OffspringSuccessAnalyzer", "An operator which analyzes the success of the created offspring in a generation.")]
    37   [StorableClass]
     37  [StorableType("a1ad0991-e909-42b4-bb4f-9e12082fa9ce")]
    3838  public sealed class OffspringSuccessAnalyzer : AlgorithmOperator, IAnalyzer {
    3939    #region Parameter properties
Note: See TracChangeset for help on using the changeset viewer.