Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 18:41:01 (7 years ago)
Author:
gkronber
Message:

#2520 work in progress to support loading/saving of all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.QuadraticAssignment/3.3/QAPSimilarityCalculator.cs

    r12070 r14713  
    2525using HeuristicLab.Encodings.PermutationEncoding;
    2626using HeuristicLab.Optimization.Operators;
     27using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2728
    2829namespace HeuristicLab.Problems.QuadraticAssignment {
     
    3435  /// </remarks>
    3536  [Item("QAPSimilarityCalculator", "An operator that performs similarity calculation between two quadratic assignment solutions. The operator calculates the similarity based on the number of edges the two solutions have in common.")]
     37  [StorableType("EC8B94E6-EA4D-4EA4-86E5-9386F5CE54FE")]
    3638  public sealed class QAPSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator {
    3739    protected override bool IsCommutative { get { return true; } }
Note: See TracChangeset for help on using the changeset viewer.