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.LinearLinkageEncoding/3.3/Manipulators/MultiLLEManipulator.cs

    r13368 r14711  
    3535namespace HeuristicLab.Encodings.LinearLinkageEncoding {
    3636  [Item("Multi LLE Manipulator", "Randomly selects and applies one of its manipulators every time it is called.")]
    37   [StorableClass("78C4CAF4-AC9C-4FC7-9082-C2E16FB07C08")]
     37  [StorableType("78C4CAF4-AC9C-4FC7-9082-C2E16FB07C08")]
    3838  public class MultiLinearLinkageManipulator : StochasticMultiBranch<ILinearLinkageManipulator>, ILinearLinkageManipulator, IStochasticOperator {
    3939    public override bool CanChangeName {
Note: See TracChangeset for help on using the changeset viewer.