Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/15 13:59:23 (8 years ago)
Author:
pfleck
Message:

#2525

  • Changed unit test that it also lists types that have a StorableConstructor but are not marked as StorableClass.
  • Put both storable tests in a single StorableTest.cs.
  • Added missing StorableClassAttributes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.ParameterlessPopulationPyramid/3.3/EvaluationTracker.cs

    r12057 r13395  
    2727using HeuristicLab.Encodings.BinaryVectorEncoding;
    2828using HeuristicLab.Parameters;
    29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3029using HeuristicLab.Problems.Binary;
    3130
     
    6160    #endregion
    6261
    63     [StorableConstructor]
    64     private EvaluationTracker(bool deserializing) : base(deserializing) { }
    6562    private EvaluationTracker(EvaluationTracker original, Cloner cloner)
    6663      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.