Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
addons/HeuristicLab.FitnessLandscapeAnalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.FitnessLandscapeAnalysis

    • Property svn:ignore
      •  

        old new  
        33*.user
        44*.suo
         5packages
  • addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/InformationAnalyzer.cs

    r9142 r16573  
    3030using HeuristicLab.Parameters;
    3131using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     32using HEAL.Attic;
    3233
    3334namespace HeuristicLab.Analysis.FitnessLandscape.Analysis {
    3435
    35   [StorableClass]
     36  [StorableType("57803A7A-E1A7-4AD8-9F32-D97F5983ACBD")]
    3637  public class InformationAnalyzer : AlgorithmOperator, IQualityTrailAnalyzer {
    3738    public bool EnabledByDefault {
     
    119120
    120121    [StorableConstructor]
    121     protected InformationAnalyzer(bool deserializing) : base(deserializing) { }
     122    protected InformationAnalyzer(StorableConstructorFlag _) : base(_) { }
    122123    protected InformationAnalyzer(InformationAnalyzer original, Cloner cloner) : base(original, cloner) { }
    123124
Note: See TracChangeset for help on using the changeset viewer.