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/NeutralityAnalyzer.cs

    r7783 r16573  
    3131using HeuristicLab.Optimization;
    3232using System.Collections.Generic;
     33using HEAL.Attic;
    3334
    3435namespace HeuristicLab.Analysis.FitnessLandscape.Analysis {
    3536
    3637  [Item("Neutrality Analzyer", "Analyzes neutral parts of a trajectory")]
    37   [StorableClass]
     38  [StorableType("FA1F7D1C-4567-49F2-A977-07AA50A11F50")]
    3839  public class NeutralityAnalyzer : AlgorithmOperator, IAnalyzer {
    3940    public bool EnabledByDefault {
     
    8485
    8586    [StorableConstructor]
    86     protected NeutralityAnalyzer(bool deserializing) : base(deserializing) { }
     87    protected NeutralityAnalyzer(StorableConstructorFlag _) : base(_) { }
    8788    protected NeutralityAnalyzer(NeutralityAnalyzer original, Cloner cloner) : base(original, cloner) { }
    8889
Note: See TracChangeset for help on using the changeset viewer.