Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:10:11 (6 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/Exhaustive/PermutationEnumerationManipulator.cs

    r7128 r16573  
    2727using HeuristicLab.Parameters;
    2828using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     29using HEAL.Attic;
    2930
    3031namespace HeuristicLab.Analysis.FitnessLandscape {
    3132
    3233  [Item("PermutationEnumerationManipulator", "An operator that generates the next permutation based on lexicographic ordering.")]
    33   [StorableClass]
     34  [StorableType("081A2A92-462E-4BA9-A643-D40F776BA14B")]
    3435  public class PermutationEnumerationManipulator : PermutationManipulator {
    3536
     
    3940
    4041    [StorableConstructor]
    41     protected PermutationEnumerationManipulator(bool deserializing) : base(deserializing) { }
     42    protected PermutationEnumerationManipulator(StorableConstructorFlag _) : base(_) { }
    4243    protected PermutationEnumerationManipulator(PermutationEnumerationManipulator original, Cloner cloner) : base(original, cloner) { }
    4344    public PermutationEnumerationManipulator() {
Note: See TracChangeset for help on using the changeset viewer.