Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/10 17:37:02 (13 years ago)
Author:
abeham
Message:

#922

  • Refactored HeuristicLab.Encodings.PermutationEncoding
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CloningRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/PermutationManipulator.cs

    r4068 r4667  
    2525using HeuristicLab.Parameters;
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using HeuristicLab.Common;
    2728
    2829namespace HeuristicLab.Encodings.PermutationEncoding {
     
    4445    }
    4546
     47    [StorableConstructor]
     48    protected PermutationManipulator(bool deserializing) : base(deserializing) { }
     49    protected PermutationManipulator(PermutationManipulator original, Cloner cloner) : base(original, cloner) { }
    4650    protected PermutationManipulator()
    4751      : base() {
Note: See TracChangeset for help on using the changeset viewer.