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/DistanceCalculators/PermutationDistanceCalculator.cs

    r7202 r16573  
    1010using HeuristicLab.Encodings.PermutationEncoding;
    1111using System.Drawing;
     12using HEAL.Attic;
    1213
    1314namespace HeuristicLab.Analysis.FitnessLandscape.DistanceCalculators {
    1415
    1516  [Item("PermutationDistanceCalculator", "Calculates the distance of two permutations")]
    16   [StorableClass]
     17  [StorableType("F2B93749-3059-4D37-91A5-FAE2DC9DB794")]
    1718  public class PermutationDistanceCalculator : NamedItem, IItemDistanceCalculator {
    1819
     
    2829
    2930    [StorableConstructor]
    30     protected PermutationDistanceCalculator(bool deserializing) : base(deserializing) { }
     31    protected PermutationDistanceCalculator(StorableConstructorFlag _) : base(_) { }
    3132
    3233    protected PermutationDistanceCalculator(PermutationDistanceCalculator original, Cloner cloner)
Note: See TracChangeset for help on using the changeset viewer.