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.BinaryVectorEncoding/3.3/SolutionModel/SolutionSamplingOperator.cs

    r14776 r16958  
    2020#endregion
    2121
    22 using System;
     22using HEAL.Attic;
    2323using HeuristicLab.Common;
    2424using HeuristicLab.Core;
     
    2626using HeuristicLab.Operators;
    2727using HeuristicLab.Parameters;
    28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2928
    3029namespace HeuristicLab.Encodings.BinaryVectorEncoding.SolutionModel {
    3130  [Item("Solution Sampling Operator", "Creates new solutions by sampling from a given model.")]
    32   [StorableClass]
     31  [StorableType("026C4C5E-8B97-4798-87E7-8B5958BDC79F")]
    3332  public class SolutionSamplingOperator : InstrumentedOperator {
    3433   
     
    4645
    4746    [StorableConstructor]
    48     protected SolutionSamplingOperator(bool deserializing) : base() { }
     47    protected SolutionSamplingOperator(StorableConstructorFlag _) : base(_) { }
    4948    protected SolutionSamplingOperator(SolutionSamplingOperator original, Cloner cloner)
    5049      : base(original, cloner) { }
Note: See TracChangeset for help on using the changeset viewer.