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.Encodings.PermutationEncoding/3.3/Manipulators/ScrambleManipulator.cs

    r13368 r14711  
    3232  /// </remarks>
    3333  [Item("ScrambleManipulator", "An operator which manipulates a permutation array by randomly scrambling the elements in a randomly chosen interval. It is implemented as described in Syswerda, G. (1991). Schedule Optimization Using Genetic Algorithms. In Davis, L. (Ed.) Handbook of Genetic Algorithms, Van Nostrand Reinhold, New York, pp 332-349.")]
    34   [StorableClass("AE531E97-67E3-45EB-83A0-4140BEAE4E01")]
     34  [StorableType("AE531E97-67E3-45EB-83A0-4140BEAE4E01")]
    3535  public class ScrambleManipulator : PermutationManipulator {
    3636    [StorableConstructor]
Note: See TracChangeset for help on using the changeset viewer.