Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/12/12 13:32:46 (12 years ago)
Author:
jkarder
Message:

#1331:

  • improved path relinking and improvement operators for the VehicleRouting problem
  • recreated SS VRP sample
  • corrected SS VRP sample test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/SimilarityCalculators/VRPSimilarityCalculator.cs

    r8720 r8894  
    3232namespace HeuristicLab.Problems.VehicleRouting {
    3333  /// <summary>
    34   /// An operator that performs similarity calculation between two vehicle routing solutions.
     34  /// An operator which performs similarity calculation between two VRP solutions.
    3535  /// </summary>
    3636  /// <remarks>
    3737  /// The operator calculates the similarity based on the number of edges the two solutions have in common.
    3838  /// </remarks>
    39   [Item("VRPSimilarityCalculator", "An operator that performs similarity calculation between two vehicle routing solutions.")]
     39  [Item("VRPSimilarityCalculator", "An operator which performs similarity calculation between two VRP solutions.")]
    4040  [StorableClass]
    4141  public sealed class VRPSimilarityCalculator : SingleObjectiveSolutionSimilarityCalculator {
Note: See TracChangeset for help on using the changeset viewer.