Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/20 13:36:02 (4 years ago)
Author:
bburlacu
Message:

#1772: Merge trunk changes and fix all errors and compilation warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Operators/AfterManipulatorOperator.cs

    r11227 r17434  
    2020#endregion
    2121
     22using HEAL.Attic;
    2223using HeuristicLab.Common;
    2324using HeuristicLab.Core;
     
    2627
    2728namespace HeuristicLab.EvolutionTracking {
    28   [StorableClass]
    2929  [Item("AfterCrossoverOperator", "Performs an action after the crossover operator is applied.")]
     30  [StorableType("DF888AB7-709A-41BD-A201-F026CE4DB8F4")]
    3031  public class AfterManipulatorOperator<T> : EvolutionTrackingOperator<T>, IManipulatorOperator<T> where T : class,IItem {
    3132    private const string ChildParameterName = "Child";
     
    4243    }
    4344    [StorableConstructor]
    44     protected AfterManipulatorOperator(bool deserializing) : base(deserializing) { }
     45    protected AfterManipulatorOperator(StorableConstructorFlag _) : base(_) { }
    4546
    4647    public AfterManipulatorOperator() {
Note: See TracChangeset for help on using the changeset viewer.