Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/15/19 14:52:20 (5 years ago)
Author:
abeham
Message:

#2457: adapted to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2457_ExpertSystem/HeuristicLab.Encodings.PermutationEncoding/3.3/Creators/PreexistingPermutationCreator.cs

    r13713 r16958  
    2020#endregion
    2121
     22using HEAL.Attic;
    2223using HeuristicLab.Common;
    2324using HeuristicLab.Core;
     
    2627using HeuristicLab.Optimization;
    2728using HeuristicLab.Parameters;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2929using HeuristicLab.Random;
    3030
     
    3434  /// </summary>
    3535  [Item("PreexistingPermutationCreator", "An operator which creates a new permutation of integer values from a set of given permutations.")]
    36   [StorableClass]
     36  [StorableType("D6EC71C0-2AC1-461B-B684-13352AC88A8C")]
    3737  public sealed class PreexistingPermutationCreator : InstrumentedOperator, IPermutationCreator, IPreexistingSolutionCreator, IStochasticOperator {
    3838    public override bool CanChangeName {
     
    6565
    6666    [StorableConstructor]
    67     private PreexistingPermutationCreator(bool deserializing) : base(deserializing) { }
     67    private PreexistingPermutationCreator(StorableConstructorFlag _) : base(_) { }
    6868    private PreexistingPermutationCreator(PreexistingPermutationCreator original, Cloner cloner) : base(original, cloner) { }
    6969    public PreexistingPermutationCreator()
Note: See TracChangeset for help on using the changeset viewer.