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.Optimization.Operators/3.3/SASEGASAReunificator.cs

    r13368 r14711  
    3535  /// </summary>
    3636  [Item("SASEGASAReunificator", "This operator merges the villages (sub-scopes) and redistributes the individuals. It is implemented as described in Affenzeller, M. et al. 2009. Genetic Algorithms and Genetic Programming - Modern Concepts and Practical Applications, CRC Press.")]
    37   [StorableClass("ED536A54-2DCE-423A-885B-22D2E27BDCE4")]
     37  [StorableType("ED536A54-2DCE-423A-885B-22D2E27BDCE4")]
    3838  public class SASEGASAReunificator : SingleSuccessorOperator {
    3939
Note: See TracChangeset for help on using the changeset viewer.