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/Analysis/MultiObjejctiveBioBoostSolutionAnalyzer.cs

    r13071 r16575  
    3333using System.Linq;
    3434using HeuristicLab.BioBoost.Utils;
     35using HEAL.Attic;
    3536
    3637namespace HeuristicLab.BioBoost.Analysis {
    3738
    3839  [Item("MultiObjectiveBioBoostSolutionAnalyzer", "An operator for analyzing the set of best bioboost solutions (multi objective).")]
    39   [StorableClass]
     40  [StorableType("FC868394-A817-4835-845C-DD32562AE60C")]
    4041  public class MultiObjectiveBioBoostSolutionAnalyzer : SingleSuccessorOperator, IAnalyzer {
    4142
     
    8889    #region Construction & Cloning
    8990    [StorableConstructor]
    90     protected MultiObjectiveBioBoostSolutionAnalyzer(bool isDeserializing) : base(isDeserializing) {}
     91    protected MultiObjectiveBioBoostSolutionAnalyzer(StorableConstructorFlag _) : base(_) { }
    9192    protected MultiObjectiveBioBoostSolutionAnalyzer(MultiObjectiveBioBoostSolutionAnalyzer orig, Cloner cloner) : base(orig, cloner) {}
    9293    public MultiObjectiveBioBoostSolutionAnalyzer() {
Note: See TracChangeset for help on using the changeset viewer.