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.TravelingSalesman/3.3/SimilarityCalculators/TSPSimilarityCalculator.cs

    r12070 r14713  
    2525using HeuristicLab.Encodings.PermutationEncoding;
    2626using HeuristicLab.Optimization.Operators;
     27using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2728
    2829namespace HeuristicLab.Problems.TravelingSalesman {
     
    3334  /// The operator calculates the similarity based on the number of edges the two solutions have in common.
    3435  /// </remarks>
     36  [StorableType("D5AD7A09-5738-4F14-AB3C-4943C32FACC6")]   
    3537  [Item("TSPSimilarityCalculator", "An operator that performs similarity calculation between two traveling salesman solutions. The operator calculates the similarity based on the number of edges the two solutions have in common.")]
    3638  public sealed class TSPSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator {
Note: See TracChangeset for help on using the changeset viewer.