Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:24:59 (5 years ago)
Author:
gkronber
Message:

#2520: changed HeuristicLab.BioBoost addon to compile with new HL.Persistence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/Operators/Mutation/CompoundMutator.cs

    r13071 r16575  
    3838using UniformOnePositionManipulator = HeuristicLab.Encodings.IntegerVectorEncoding.UniformOnePositionManipulator;
    3939using UniformOnePositionRealVectorManipulator = HeuristicLab.Encodings.RealVectorEncoding.UniformOnePositionManipulator;
     40using HEAL.Attic;
    4041
    4142namespace HeuristicLab.BioBoost.Operators.Mutation {
    42   [StorableClass]
     43  [StorableType("7B7699B9-4D4E-4D27-9DB5-F6F1FC5CBF52")]
    4344  public class CompoundMutator : SingleSuccessorOperator, IManipulator, IStochasticOperator {
    4445
     
    6970    #region Construction & Cloning
    7071    [StorableConstructor]
    71     protected CompoundMutator(bool isDeserializing) : base(isDeserializing) {}
     72    protected CompoundMutator(StorableConstructorFlag _) : base(_) { }
    7273    protected CompoundMutator(CompoundMutator orig, Cloner cloner) : base(orig, cloner) { }
    7374    public CompoundMutator() {
Note: See TracChangeset for help on using the changeset viewer.